body{
    display : flex;
    flex-direction: column;
    font-family: Roboto;
    margin: 0px;
}
ul{
    list-style: none;
    font-size: 18px;
}
a{
    text-decoration: none;
    color: grey;
    padding-left: 12px;
}
.header{
    flex : 1;
    display: flex;
    flex-direction: row;
    justify-content : space-between;
    align-items : center;
    background-color: #1f2937;
    padding-left: 200px;
    padding-right: 350px;
}
.headerlogo{
    font-size: 24px;
    font-weight: 500;
    color: white;
    margin-left: 100px;
}
.section1{
    flex : 1;
    display: flex;
    background-color: #1f2937;
    padding-left: 200px;
    padding-right: 200px;
}
.section1 .left{
    padding-top: 100px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    margin-left: 100px;
}
.mt {
    display: flex;
    font-size: 42px;
    font-weight: 900;
    color: #f9faf8;
    max-width: 400px;
}
.bt{
    font-size: 18px;
    color: #e5e7eb;
    max-width: 375px;
}
.left button{
    max-width: 100px;
    background-color: #3288f6;
    color: white;
    font-weight: 200;
    margin : 4px;
    margin-left: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 5px;
}
.section1 .right{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 300px;
}
.section1 .right img{
    max-width: 500px;
    max-height: 300px;
    width : auto;
    height: auto;
}
.section2{
  flex :1;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-bottom: 70px;
  padding-top: 70px;
  padding-right: 100px;
}
.image-row {
    display: flex;         
    gap: 10px;             
    flex-wrap: nowrap;     
}

.image-row img {
    max-width: 300px;      
    max-height: 150px;     
    width: auto;
    height: auto;
}
.title{
    flex-basis: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 900;
}
.info{
    max-width: 175px;
    padding-left: 24px;
    padding-right: 24px;
    padding: 12px;
    margin: 18px;
}
.text{
    margin: 12px;
}
.section3{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #e5e7eb;
}
.quote{
    flex-basis: 100%;
    padding-bottom: 20px;
    padding-left: 150px;
    padding-right: 100px;
    padding-top: 100px;
    font-size: 36px;
    color: #1f2937;
    font-weight: 200;
    margin-left: 100px;
    margin-right: 100px;
}
.name{
    padding-left: 400px;
    padding-bottom: 80px;
    font-size: 18px;
    font-weight: 1000;
    color: #1f2937;
}
.section4{
    display: flex;
    margin: 80px;
    margin-left: 150px;
    margin-right: 150px;
    padding: 50px;
    background-color: #3288f6;
    justify-content: space-between;
    align-content: center;
    border-radius: 15px;
}
.section4 .left{
    flex-wrap: wrap;
   display: flex;
   flex-direction: column;
   margin-left: 100px;
}
.section4 .right{
    margin-right: 200px;
    margin-left: 150px;
    margin-top: 20px;
}
.btext{
    font-size: 24px;
    font-weight: 400 ;
    color: #f9faf8;
}
.sline{
    font-size: 18px;
    color: #e5e7eb;
}
.section4 button{
    background-color: #3288f6;
    color: #f9faf8;
    border-color: #f9faf8;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
     white-space: nowrap;
    padding: 8px 16px;
}
.footer{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1f2937;
}
.credits{
    color: #f9faf8;
    font-size: 18px;
    padding: 20px;
}