@font-face {
    font-family: Minecraft Five;
    src: url('./assets/Minecraft\ Five.otf');
}
@font-face {
    font-family: Minecrafter;
    src: url('./assets/Minecrafter.ttf');
}
@font-face {
    font-family: Minecraftia;
    src: url('./assets/Minecraftia.ttf');
}
@font-face {
    font-family: NDS;
    src: url('./assets/NDS.ttf');
}

html {
    width: auto;
}

body {
    margin: 0;
    background: rgb(39, 39, 39);
}

#header {
    width: auto;
    padding: 10px 0px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    background: rgb(211, 211, 211);
}

#links {
    display: inline-flex;
    width: -webkit-fill-available;
}

#link {
    border-top: #000 2px solid;
    background: rgb(211, 211, 211);
    color: black;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: inherit;
    transition: all 0.2s ease;
    font-family: Minecraft Five;
    font-size: 20px;
    height: 60px;
}

#link:hover {
    background: rgb(163, 163, 163);
}

#games, #survival, #bedwars, #skyblock, #join {
    border-radius: 20px;
    text-align: center;
    margin: 4%;
    padding: 20px;
    font-size: xx-large;
    font-family: Minecraft Five;
    background: teal;
}

#games li span { 
    font-size: xxx-large;
    font-family: 'NDS'
}

#join {
    background: aliceblue;
    text-align: center;
}

#discord {
    background-color: #43b581;
    border: 0;
    border-radius: 3px;
    width: -webkit-fill-available;
    height: 50px;
    font-size: larger;
    font-family: NDS;
    padding: 10px 20px;
    cursor: pointer;
    color: #fff;
    display: flex;
    transition: all 0.4s ease;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

#discord:hover {
    background-color: #389169;
}

#survival {
    text-align: center;
    background: #0a0;
}

#bedwars {
    text-align: center;
    background: red;
}

p {
    font-family: 'NDS'
}

#skyblock {
    text-align: center;
    background: #fa0;
}

li {
    margin-left: 10px;
}

#logo {
    height: 90px;
}

h1 {
    font-size: 2em;
    margin: 0;
}

@media only screen and (max-width: 1080px) {
    #logo {
        height:auto;
        height: 40px;
    }
    #games li span { 
        font-size: xx-large;
        font-weight: bold;
    }
    h1 {
        font-size: 1em;
    }
    h2 {
        font-size: 1em;
    }
}