h1{
    text-align: center;
    font-family: 'Outfit', sans-serif;
    font-size: 100px;
    color: #ffffff;
    
}
section{
    background-color:white;
    border-radius: 50px;
    padding: 50px;
    text-align: center;
    margin-bottom: 75px;
    padding-bottom: 10px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.section2{
    background-color: white;
    border-radius: 50px;
    padding: 50px;
    text-align: center;
    margin-bottom: 75px;
    padding-bottom: 10px;
}
body{
    background-color: #b61f25;
}

.fb{
    background-color: white;
    width: 100px;
    height: 100px;
    margin-top: -30px;
    
}
.fb_txt{
    padding-top: -45px;
    margin-top: -5px;
    background-color: white;
    font-family: 'Outfit', sans-serif;
    font-size: 25px;
}
.lk{
    background-color:white;
    width: 100px;
    height: 100px;
    margin-top: -30px;
}
.lk_txt{
    padding-top: -45px;
    margin-top: -5px;
    background-color: white;
    font-family: 'Outfit', sans-serif;
    font-size: 25px;
}
.alloa_logo{
    background-color: white;
    width: 400px;
}
.alloa{
    width: 400px;
}

@media only screen and (max-width: 550px) {
    .titre {
      text-align: auto;
      color: white;
      font-size: 80px;
      width: 848px;
    }
    .section2{
        width: 750px;
    }
    section {
       width: 750px; 
       margin-left: -5px;
    }
    .alloa {
        margin-left: 170px;
    }
  }