body {
    text-align: center;
    background-color: black;
    margin: 0 2%;
}

h1 {
    color: red;
    text-align: center;
    font-size: 75px;
    text-decoration: underline;
    font-family: 'Tilt Prism', cursive;
}

h2 {
    color: white;
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    text-decoration: underline;
    margin-bottom: 5%;
    font-size: 40px;
}

li {
    text-align: center;
    font-size: 50px;
    font-family: 'Orbitron', sans-serif;
}

a {
    text-decoration: none;
    color: white;
}
.simple {
    width: 100%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.double {
    max-width: 100%;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
}

.image {
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 100%;
}


a:visited {
    color: white;
}


.accueil {
    background-color: red;
    border-radius: 5px;
    padding: 10px;
    border-color: red;
    margin-top: 2%;
    margin-bottom: 2%;
    align-items: center;
    position: relative;
    top: 5px;
    left: 10px;
    font-size: 20px;
    font-family: 'Orbitron', sans-serif;
}

.discord {
    text-align: center;
    color: white;
    font-size: 30px;
    margin-top: 5%;
    margin-bottom: 5%;
}

@media (min-width: 800px) {
    image {
        margin-left: calc(10% + ((100vw - 800px) / 30));
        margin-right: calc(10% + ((100vw - 800px) / 30));
        min-width: 800px;
    }
}
