body {
    background-color: #280338;
    color: aliceblue;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    height: 100%;
}

#main {
    text-align: center;
    font-family: 'Schibsted Grotesk', sans-serif;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header {
    height: 80px;
    background-color: #620e63;
    border-bottom: #070024;
}

h2 {
    font-weight: 500;
    font-size: 12vmin;
    margin: 0%;
}

p {
    font-weight: 400;
    font-size: 3vmin;
}

a {
    outline: none;
    text-decoration: none;
}

a:link, a:visited {
    color: #15e3ea;
}