body{
    margin:0px;
    display:flex;
    flex-direction: column;
    
}
.header_logo{
    font-size:24px;
    color:#f9faf8;
    font-weight:bold;
    font-family: 'roboto' sans-serif;
    margin-left:210px;
}
.header{
    background-color: #1f2937;
    padding:24px;
    display:flex;
    flex-direction: column;
    flex:1;
}
nav{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.header-links{
    margin-right:200px;
}
.header-links a{
    text-decoration: none;
    color: #e5e7eb;
    font-size: 18px;
    margin:0 18px;
    font-family: 'roboto' sans-serif;
}
.header-links a:hover{
    color: #3882f6;
}
img{
    width:600px;
    height: 280px;
}
.header_container{
    display:flex;
    margin-top: 90px;
    justify-content: space-around;
}
.container_one h2{
    font-size: 48px;
    font-weight:bolder;
    color:#f9faf8;
    width:300px;
    margin-bottom: 0px;
}
.container_one p{
    width:400px;
    font-size:18px;
    color:#e5e7eb;
    margin-top: 0px;
    margin-bottom: 10px;
}
.container_one button{
    background-color: #3882f6;
    padding:8px 32px;
    color:#f9faf8;
    font-weight:bold;
    border-radius: 5px;
    border:0px;
    margin-top:0px;
}
.container_one button:hover{
    background-color: #034bbe;
}
.info{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 397px;
}
.info h2{
    font-size:36px;
    font-weight: bolder;
    color:#1f2937;
    margin-bottom: 30px;
}
.box{
    width:100px;
    height: 100px;
    border: 3px solid #3882f6;
    border-radius: 10px;
    margin-left: 22px;
   
}
.info-boxes{
    margin-top:24px;
    display:flex;
    gap:10px;
    
}
.boxes-and-text{
    display:flex;
    flex-direction: column;
    
}
.boxes-and-text p{
    width:150px;
    text-align:center;
}
.quote{
    display:flex;
    flex-direction: column;
    align-items: center;
    background-color: #e5e7eb;
    justify-content: center;
    height: 397px;
}
.quote .content{
    font-size:36px;
    font-weight:200;
    font-style: italic;
    color: #1f2937;
   
    width:800px;
}
.quote .quote_by{
    margin-left:590px;
    font-weight: bold;
    font-size: 20px;
}
.footer-section{
    display:flex;
    height: 397px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    
}
footer{
    background-color: #1f2937;
    margin-top: auto;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#f9faf8;
}
.footer-content{
    display:flex;
   justify-content: center;
    align-items: center;
   margin:auto;
    background-color: #3882f6;
    padding: 40px 120px;
    gap:130px;
    color:#e5e7eb;
    border-radius: 10px;
}
.footer-leftcontent>div:first-of-type{
    font-size:18px;
    color:#e5e7eb;
    font-weight: bold;
}
.footer-content button{
    background-color: #3882f6;
    color:#e5e7eb;
    padding: 5px 30px;
    border: 2px solid #e5e7eb;
    border-radius: 6px;
}
.footer-content button:hover{
    background-color: #e5e7eb;
    color:#3882f6;
}