body {
    text-align: center;
    font-family: font;
    background-color: #fafafa;
    margin: 0;
    transition: 0.5s;
    user-select: none;
}

@font-face {
    font-family: font;
    src: url('static/SpaceGrotesk-Light.ttf') format('truetype');
}

.dev:hover {
    cursor: pointer;
}