@font-face {
    font-family: 'Prime';
    src: url('./Prime\ Light.otf')
}

html, body {
    background-color: #333333;
    color: #aaaaaa;
    font-family: 'Prime';
}

div.center {
    display: flex;
    justify-content: center;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}