
header {
    position: absolute;
    width: 100%;
    height: 8vh;
    top: 0;
    left: 0;
    background: #000;
    color: #fff;
    padding: 0 1rem;
}

nav {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

img.logo { width: 90px;
}

.toggle {
    display: none;
}

.menu {
    display: flex;
    justify-content: space-between  ;
    align-items: center;
    list-style: none;
    width: 1960px;
    padding-right: 80px;
}

.menu li a {
    color: white;
    text-decoration: none;
    font-family: 'Comfortaa', cursive;
}






h1.titre{justify-items: center;
text-decoration: underline whitesmoke;
color: white
;
font-family: 'Comfortaa', cursive;}

nav ul li:hover{
    transform: scale( 1.3);
    transition: 0.3s all;
 
}
nav ul li{ color: pink;}
body{background-color: whitesmoke;}
h2.histgen{
    padding-top: 70px;
    text-align: center;
    font-family: 'Comfortaa', cursive;
    text-decoration: underline;

}
p.histgen{
    font-family: 'Comfortaa', cursive;
    text-align: center;
    font-size:  20px;
}
h2.histtel{
    text-align: center;
    font-family: 'Comfortaa', cursive;
    text-decoration: underline;

}
p.histtel{
    text-align: center;
    font-family: 'Comfortaa', cursive;
    font-size: 20px;

}
img.histtel{
       width: 50px;
}
p.telegramapp{
    text-align: center;
    font-family: 'Comfortaa', cursive;
    font-size: 20px;
}

