header{
    display: flex;
    justify-content: space-around;
    margin: 50px 0px;
    align-items: center;
}

.title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


body{
    background-image: url("Death_Mountain_Summit.webp");
}

.main{
    display: flex;
    margin-top: 75px;
    flex-direction: column;
    align-items: center;
}

#logo{
    width: 10%;
    border-radius: 100%;
}

#lien-TGL{
    background-image: url("LogoTGL.png");
    width: 200px;
    height: auto;
    aspect-ratio: 1 / 1;
    background-size: cover;
}