@font-face {
    font-family: "Apotek Comp";
    src: url("ApotekComp-Black.woff2") format("woff2"),
        url("ApotekComp-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Config Variable";
    src: url("ConfigVariable-Regular.woff2") format("woff2"),
        url("ConfigVariable-Regular.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

img {
    max-height: 40vh;
    max-width: 80vw;
}

html, body {
    margin: 0;
}

body {
    font-family: "Apotek Comp";
    color: white;
    background-color: #111;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    gap: 1rem;
}

a {
    font-size: 3rem;
    text-decoration: none;
    background-color: #f9c900;
    color: #111;
    padding: 0rem 4rem;
    border-radius: 1rem;
    transition-duration: 0.2s;
}

a:hover {
    background-color: #cca300;
}
