body{
    background-color: hsl(0, 0%, 5%);
    margin: 0;
    height: 100%;
}

*{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.titre{
    font-size: 6em;
    font-weight: bold;
    padding-bottom: 20px;
    margin: 15% 50px 100px 50px;
    border-bottom: 3px solid #bbbbaa;
    text-align: center;
}

.text {
    margin: 0 auto 0;
    font-size: 1.5em;
    color: #bbbbaa;
    text-align: center;
    max-width: 80%;
    align-items: center;
}

.Onglets {
    font-size: 16px;
    text-align: center;
    font-family: "Comic Sans MS";
}

.boutons{
    position: absolute;
    top: 40px;
    right: 40px;
}

.Onglets a{
    color:#bbbbaa;
}

.Copyright{
    bottom: 10%;
    right: 10px;
    font-family: "Caveat", sans-serif;
    color: #bbbbaa;
}

.table{
    margin: 0 auto;
}

@media (max-aspect-ratio: 1/1) {
    .titre {
        font-size: 3em;
        margin-top: 25%;
    }

    .text{
        font-size: 1.3em;
    }
}