@font-face {
    font-family: graffity;
    src: url(Cheveuxdange.ttf);
  }
body {
    background-color:lightgrey;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
main {
    background-color:lightgrey;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-height: 100%;
    width: 85vw;
    padding: 1px;
    margin: 2vh 0 2vh 0;
}


h1 { 
    font-family: graffity;
    font-size: 7vw;
}


main#page {
    width: 55vw;
}

main#page h1 { 
    padding-top: 1vw;
    font-family: graffity;
    font-size: 3vw;
}
.hidden{
    visibility: hidden;
}

nav li{
    list-style: none;
}
nav a {
    padding: 0 5px;
}

form {
    display: flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

form * {
    padding: 1vh;
}

.post-list{
    width: 45vw;
    min-width: 390px;
}

.center-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}