body{
    margin: 0;
    background-image: url(back.png);
    background-size: contain;
    background-position: initial;
    background-repeat: no-repeat;
    height: 100vi;
     display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1.5);
  }
    
@media(max-width:768px){
    body{
        transform: scale(0.8);
    }
}

h1{
    color: white;
}

p{
    color: white;
}
.container {
    text-align: center;
    padding: 20px;
  }

.logo{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}  

.paragraphe{
    padding-top: 7px;
}
  
img {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}

.insta{
    width: 70px;
    height: 70px;
     
}

.fcb{
    margin-left: 10px;
    margin-right: 10px;
     
} 
  
a {
    display: flex;
    text-decoration: none;
    color: #333;
}
  