body {
    margin: auto;
    font-family: Arial, sans-serif;
    color: white;
    text-align: center;
    background-size: cover;
    background-color: black;
    background-attachment: fixed;
    max-width: 100%;
}
header {
    background-color: black;
    h1 {
        font-size: 2em;
        margin: 0;
        padding: 20px;
    }
}
main {
    margin: auto;
}
.feature {
    margin: 1em auto 1em auto;
    padding: 1em;
    background-position: center;
    background-size: cover;
    max-width: 90%;
}
.mention {
    max-width: 90%;
    margin: auto;
    font-size: 1.5em;
    padding-top: 1em;

    a {
        padding: 0.5em;
        text-decoration: none;
        color: white;

    }
}
.banner {
    margin: 6em auto 6em auto;
    max-width: 100%;
    min-width: 50%;
}
footer {
    padding: 1em;
    background-color: black;
    font-weight: bold;
}

.silkscreen-regular {
    text-transform: uppercase;
    font-family: "Silkscreen", sans-serif;
    font-weight: normal;
    font-style: normal;
}
  
.silkscreen-bold {
    text-transform: uppercase;
    font-family: "Silkscreen", sans-serif;
    font-weight: bold;
    font-style: normal;
}
  