body{
    background-color: #23262D;
}
#div1{
    text-align: center;
    margin-top: -20px;
    background-color: #23262D;
}
#div1 h4{
    color: #D39C4B;
    font-size: 1.1rem;
    padding-top: 10px;
}
#div1 h5{
    color:white;
    font-size: 2rem;
    margin-top: 0px;
}
.Sboxes{
    font-size: 13px;
    line-height: 28px;
    word-spacing: 5px;
    display: flex;
    width: 270px;
    height: 260px;
    background-color: white;
    margin-left: 15px;
    position: relative;
    display: flex;
    margin-bottom: 10px;
    background-color: #23262D;
    border: 1px solid white;
}
.Sboxin{
    margin-left: 5px;
    margin-right: 5px;
    width: 270px;
    text-align: center;
}
.Sboxes h3{
color: #D39C4B;
}
.Sboxes h4{
    line-height: 15px;
    color: white;
    line-height: 20px;
    font-size: 0.7rem;
}
.Sboxes i{
    color: black;
    position: absolute;
    font-size: 2.5rem;
    top: 10px;
    left: 10px;
    
}
#Body2{
    background-color: #23262D;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 10px;
    justify-content:center
}
#body3{
    padding: 110px 0px;
    display: flex;
    align-items: center;
}
#body3part1{
    padding-left: 20px;
}
.H4{
    color: #D39C4B;
    font-size: 01.2rem;
    margin-top: ;
}
.H5{
    color: white;
    font-size: 1.7rem;
    margin-top: -10px;
    word-spacing: -5px;
}
.p{
    color: white;
    margin-top: -30px;
    font-size: 0.8rem;
    word-spacing: -5px;
    line-height: 20px;
}
#body3part2{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.part3box{
    height: 350px;
    width: 330px;
    background-color: aliceblue;
    margin-left: 20px;
    margin-bottom: 20px;
}
.part3box img{
    height:350px;
    width:330px;
}
#div1 h4{
    font-size: 2rem;
   
}
#div h5{
   padding-top: -20px;
}