/*
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(204, 204, 0);
    margin: 0;
}


* {
  box-sizing: border-box;
}

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

.text {
    font-size: 27.5px;
    font-weight: 600;
}

.Font {
    font-size:50px;
}

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

div.gallery {
  margin: 5px;
  border: 3px solid #717275;
  float: left;
  width: 606px;
}


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