/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 20 Sept 2024, 2:21:11 pm
    Author     : elliot
*/

.Jeremy {
    background-color: rgb(153,192,255);
    
}

.Font {
    font-size:50px;
}

.Grey {
    width: 1880px;
    height: 50px;
    background-color: grey;
    font-size: 40px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  
  background: #f5f6f7;
}

.header {
  text-align: center;
  text-transform: uppercase;
  padding: 32px;
  background-color: #0f0f11;
  color: #fff;
  border-bottom: 4px solid #434cf0;
}

div.gallery {
  margin: 5px;
  border: 3px solid #717275;
  float: left;
  width: 32%;
  height:1120px;
}
div.gallerys {
  margin: 5px;
  border: 3px solid #717275;
  float: right;
  width: 606px;
}


div.gallery img {
  width: 600px;
  height: 400px;
}

div.desc {
  padding: 5px;
  
  width: 600px;
  text-align: left;
}
