@font-face {
    font-display: swap;
    font-family: "Monocraft";
    font-style: normal;
    font-weight: 400;
    src: url(../webfonts/Monocraft.woff2) format("woff2");
}

html {
    scroll-behavior: smooth;
    font-family: "Monocraft";
    color: white;
}

table {
    table-layout: fixed;
    width: 100%;
}

h1, p {
    margin: 20px;
}

h1 {
    font-size: 2.5rem;
}

video#bg-video {
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    overflow: hidden;
}

a#button-big,
a#button-medium,
a#button-small {
    display: block;
    border-radius: 10px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.3);
    margin: 10px;
    word-break: break-word;
    text-decoration: none;
    color: white;
}

a#button-big {
    padding: 32px;
    max-height: 180px;
    font-size: 2rem;
}

a#button-medium {
    padding: 24px;
    width: 70%;
    text-align: center;
    font-size: 2rem;
}

a#button-small {
    padding: 16px;
    width: 40%;
    text-align: center;
    font-size: 1.5rem;
}

a#button-big:active,
a#button-medium:active,
a#button-small:active {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0px rgba(0, 0, 0, 0.4);
    transform: translateY(6px);
}
