body{
    background-color: rgb(10, 5, 41);/*Couleur de fond*/
    color: white;
    font-family: "Lato", serif;
}

a{
    color: white;
    text-decoration: none;
}

#hero{
    background: url("https://wallpapers.com/images/hd/demon-slayer-akaza-compass-needle-technique-hx52a3j7epicvsjd.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 110vh;
    padding: 50px;
}

h1{
    font-size: 96px;
    margin: 0;
    text-align: center;
}

nav li{
    display: inline-block;
    padding-left: 10px;
}

nav{
    display: flex;
    justify-content: end;
}
header{
    display: flex;
    justify-content: space-between;
}
a:hover{
    font-size: 17px; /*taille du texte*/
    border-bottom: 4px solid #913040;
}