@font-face {
    font-family: 'Pixel';
    src: url('ressources/Pixel.ttf');
}

main {
    height: 80vh;
    align-content: center;
    text-align: center;
}
.formulaire {
    display: inline-grid;
    justify-items: center;
}
input {
    border: solid 2px black;
    border-radius: 10px;
    height: 30px;
    font-size: 16px;
}
button {
    margin-top: 25px;
    width: 190px;
}
.erreurs {
    margin-top: 10px;
}