body{
  font-family: "Roboto", sans-serif;
  margin: 0;
}


.logo {
    font-size: 24px;
    color:#F9FAF8;
    font-weight: 900;
    margin-top: 16px;
    
}


.header{
    display: flex;
    justify-content: space-between;
    padding: 0 200px;
    flex-wrap: wrap;
    

}
a{
    text-decoration: none;
    color:#E5e7eb;

}

.links{
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    font-size: 16px;
    color:#E5e7eb;
    font-weight: 500;
    margin-top: 16px;
}

Strong{
    font-size: 48px;
    color:#F9FAF8;
    font-weight: 900px;
}

img{
   
    width: 300px;
    border-radius: 20px;
}
.containerBoth{
    display: flex;
    padding: 150px 200px;
    
    gap: 400px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.containerLeft{
    display: flex;
    
    color:#E5e7eb;
    font-size: 18px;
    flex-wrap: wrap;
      flex: 1;
}

button{
    background-color: #3882f6;
    border-radius: 10px;
    padding: 0 30px;
    color:#F9FAF8;
    font-weight: 600;
    
    font-size: 18px;

}
.container{
    background-color: #1f2937;
    margin: 0;
    padding: 0;
    width: 1600px;
    height: 600px;

}
.containerTwo{
    background-color: white;
    margin: 0;
    padding: 0;
    width: 1600px;
    height: 500px;
 
}
.containerThree{
    background-color:#E5e7eb; 
    margin: 0;
    padding: 0;
    width: 1600px;
    height: 500px;
}

.containerFour{
    background-color:#ffffff; 
    margin: 0;
    padding: 0;
    width: 1600px;
    height: 400px;
}


.all{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 1600px;
}

body{
    display: flex;
    justify-content: center;
    background-color: black;
}



.square {
    width:170px;

    height: 170px;
    background: rgb(255, 255, 255);
    outline: 5px solid #3882f6;
    border-radius: 10px;
    margin: 10px;
    
  }
 .Information{
    font-size: 39px;
   text-align: center;
   font-weight: 900;
   color: #1f2937;
   margin-top:  48px;
   margin-bottom: 48px;
 }

.modal{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 42px;
    align-items: center;
   
}
.text{
    width:170px;
    margin: 10px;
    color:#1f2937;
    font-size: 18px;
    text-align:center;
}

.containerThree{
    display: flex;
    justify-content: center;
    align-items: center;

}
.quote{
    font-size: 36px;
    color: #1f2937;
    font-style: italic;
    width: 800px;
}
.author{

    color: #1f2937;
    font-size: 24px;
    font-weight: 900;
    align-self: flex-end;
}

.bodyText{
    flex-direction: column;
    flex-basis: 800px;
    padding: 48px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}


.blueBox {
    width:1000px;
    height: 120px;
    background: #3882f6;
    border-radius: 10px;
    margin: 10px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
.containerFour{

    display: flex;
    align-items: center;
    justify-content: center;
}

.both, .sign{
    color: #ffffff;
}
.long{
    color: #E5e7eb;
}
.call{
    font-weight: 500;
    font-size: 24px;

}
.sign{
    
    padding: 10px 40px;
    border-radius: 10px;
    outline: 0;
}
.footer {
    height: 72px;
    background:#1f2937;

    color: rgb(64, 192, 139);
    font-size: 18px;
    font-weight:400;
    flex:1;
  }

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    
  }
.text1{
    color: #E5e7eb;
  }