::selection {
    background-color: #000000;
    color: #adb40c;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font: 20px/1.3 bold monospace;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

body {
    background-color: #adb40c;
}

header {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#logo h2 {
    font-family: "BBH Sans Bartle", sans-serif;
    font-size: 55px;
    line-height: 1;
    color: #000000;
}

#logo p {
    font-family: "BBH Sans Bartle", sans-serif;
    font-size: 25px;
    line-height: 1;
    color: #000000;
}

#logo p:last-of-type {
    text-align: end;
}

#qr-code {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

#qr-code:hover {
    cursor: pointer;
    content: url("qr-code-hover.png");
}

a {
    text-decoration: none;
    color: #000000;
    font-family: "Oswald", sans-serif;
    font-weight: 450;
    font-size: 30px;
}

a:hover {
    color: #ffffff;
}

nav {
    position: absolute;
    top: 400px;
    left: 300px;
}

li {
    list-style: none;
}