a {
    text-decoration: none;
}

body {
    background-color: #7070aa;
    background-image: url(/images/background.png);
    display: flex;
    height: 100vh;
}

* {
    box-sizing: border-box;
}

*::before {
    box-sizing: border-box;
}

*::after {
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

#Loading {
    font-size: 2rem;
    font-family: sans-serif;
}

#Main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}
