@font-face {
    font-family: 'Minecrafter';
    src: url("./files/fonts/Minecrafter.ttf");
}

@font-face {
    font-family: 'Minecraft';
    src: url("./files/fonts/Minecraft.ttf");
}

@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

body {
    background-color: black;
    color: white;
}

header h1 {
    font-family: 'Minecrafter';
    font-weight: 100;
    font-size: 60px;
}

header a {
    font-size: xx-large;
    border: 2px black solid;
    position: relative;
    text-decoration: none;
    text-align: center;
    margin: 1pc;
}

header a img {
    position: absolute;
    width: 100%;
    height: 100%;
}

header a span {
    font-family: 'Minecraft';
    font-size: large;
    font-weight: 100;
    z-index: 100;
    position: relative;
    margin-left: 5%;
    margin-right: 5%;
    left: 5px;
    bottom: 5px;
    color: white;
}

header a:hover {
    border: 2px white solid;
}

header a:hover > img {
    content: url(./files/img/button-hover.png);
}

.center-text {
    text-align: center;
}

.roboto {
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.minecraft-font {
    font-family: 'Minecraft';
    font-weight: 100;
    margin-top: 15%;
}

#background-image {
    display: block;
    margin-top: 30pc;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    mask-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
}

#wip-notice {
    font-family: 'Minecraft';
    font-weight: 100;
    margin-top: 15%;
}