*{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
 body{
    margin: 0;
}
.header{
    background-color: #1F2937; 
    font-family: sans-serif;
    height: 375px;
   
   
}
.container{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}.content-left{
    width: 430px;
    height: 170px;
    flex-shrink: 0;
}
.content-left p {
    color:  #f9faf8;
    font-size: 48px;
    font-weight: bolder;
    margin: 0;
  
}
.right-side{
    align-items:center 
}
.right-side ul{
    list-style: none;
    display: flex;
    height: 40px;
    gap: 15px;
    color: #E5E7EB;
    font-size: 18px;
    flex-wrap: wrap; 
    align-items: center  
}.right-side li a{
  color: #E5E7EB;
  text-decoration-style: none;
  text-decoration-line: none;
}

.content-left button{
    margin-top: 15px;
    color: #E5E7EB;
    background-color: rgba(192, 12, 12, 0.904);
    font-size: 18px;
    width: 160px;
    border-radius: 6px;
}
.content-left button a{
text-decoration:none;
color: #E5E7EB;
}
.content-left div {
    color: #E5E7EB;
    font-size: 18px;
}
.left-side p{
    margin: 0;
}
.left-side {
    color: #f9faf8;
    font-size: 24px;
}
.left-side img{
    width: 80px;
    height: auto;
}
.container1{
    display: flex;
    height: 270px;
    align-items: center;
    justify-content: space-around;
    margin-left: 210px;
    margin-right:210px;

}
.content-right{
    color: #E5E7EB;
    font-size: 18px;
    background-color: gray;
    width: 300px;
    height: 150px;
    text-align: center;
    flex-wrap: wrap;
}.content-right p{
    margin-top: 75px;
}
.content-right img{
    width: 300px;
    height:auto;
}

.upper-middle p{
    font-size: 36px;
    font-weight: bolder;
    color: #1F2937;
    text-align: center;
}
.emptySquares{
    display: flex;
    justify-content: center;
    gap: 30px;
}
.space1 {
    width: 130px;
    height: 130px;
    border:2px solid rgba(192, 12, 12, 0.904); 
    border-radius: 6px;
}.space1 img{
    width: 130px;
    height: 130px;
}
.space2{
    width: 130px;
    height: 130px;
    border:2px solid rgba(192, 12, 12, 0.904);
    border-radius: 6px;
}.space2 img{
    width: 130px;
    height: 130px;
}
.space3{
    width: 130px;
    height: 130px;
    border:2px solid rgba(192, 12, 12, 0.904);
    border-radius: 6px;
}.space3 img{
    width: 130px;
    height: 130px;
}
.space4{
    width: 130px;
    height: 130px;
    border:2px solid rgba(192, 12, 12, 0.904);
    border-radius: 6px;
}.space4 img{
    width: 130px;
    height: 130px;
}
.upper-middle{
    display: flex;
    flex-direction: column;
    height: 385px;
    
}
.upper-middle ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    gap: 64px;
    padding: 0;
    margin: 0;
    margin-top: 7px;
    
}
.upper-middle li{
    width: 100px;
    text-align: center;
}
.text ul{
    color: #1F2937;
    font-size: 18px;
}

.lower-middle{
  display: flex;
   flex-direction: column;
    background-color: #E5E7EB;
    color: #1F2937;
    font-size: 32px;
    align-items: center;
    justify-content:center;
    height: 360px;
    flex-wrap: wrap;
}.lower-middle p{
    font-style: italic;
    width: 700px;
    height: 130px;
    margin: 0px;
    flex-wrap: wrap;
}
.lower-middle div{
    font-size: 25px;
    font-weight: bolder;
    align-self: flex-end;
    justify-content: center;
    margin-right: 320px;
}
.lower{
    margin-top:90px;
    margin-bottom: 90px; 
    background-color: rgba(192, 12, 12, 0.904);
    height: 100px;
    border-radius: 7px;
    display: flex;
    color: #E5E7EB;
    justify-content: center;
    align-items: center;
    gap: 120px; 
    margin-left: 16%;
    margin-right: 16%;

}
.lower h2{
   margin: 0;
}
.lower p{
    margin: 0;
}
.lower div{
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.lower button{
    margin-top: 10px;
    color: #E5E7EB;
    background-color:rgba(192, 12, 12, 0.904);
    border: 2px solid #E5E7EB;
    border-radius: 5px;
    width: 90px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.lower a{
    text-decoration: none;
    color: #E5E7EB;
}
.footer{
    background-color: #1F2937;
    height: 60px;
    color: #E5E7EB;
    justify-content: center;
    align-items: center;
    display: flex;
}
