body{
    background-color: rgb(10, 5, 41);/*Couleur de fond*/
    color: white;
    font-family: "Lato", serif;
}
nav{
    display: flex;
    justify-content: end;
}
#hero{
    background: url("https://www.serieously.com/app/uploads/2023/05/demon-slayer-anime-lunes-demoniaques-muzan-personnages.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 110vh;
    padding: 50px;
}
a{
    color: white;
    text-decoration: none;
}
h1{
    font-size: 96px;
    margin: 0;
    text-align: center;
    padding-top: 10%;
}
a:hover{
    font-size: 17px; /*taille du texte*/
    border-bottom: 4px solid #913040;
}
nav li{
    display: inline-block;
    padding-left: 10px;
}