
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;}
h1.instahist{
    padding-top: 70px;
    text-align: center;
    font-family: 'Comfortaa', cursive;
    text-decoration: underline;

}
p.instahist{
    font-family: 'Comfortaa', cursive;
    font-size: 20px;
    text-align: center;
    
}
img.post{
    width: 300px;
}
img.story{
    width: 300px;
    
}
