@font-face {
    font-family: 'Anniv';
    src: url('../style/fonts/Balloon\ Party.ttf');
}
body {
    font-family: 'Anniv';
    font-size: 30px;
    color: black;
}
.deconnecter {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 15px;
    width: 160px;
    height: 28px;
}
button {
    border: solid 1px black;
    background-color: #FFE872;
    border-radius: 10px;
    height: 35px;
    width: 93px;
    font-size: 20px;
    text-align: center;
    margin-left: 8px;
}
button:hover {
    background-color: #33B0F8!important;
}
main {
    text-align: center;
    margin-top: 100px;
}