/* obv written by me faggot */
@font-face {
    font-family: spaceGrotesk;
    src: url(font/SpaceGrotesk[wght].woff2);
}

h1 {
    font-size: 40px;
    margin-top: 4px;
    margin-bottom: 4px;
}

h2 {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 24px;
}

body {
    font-family: spaceGrotesk, monospace;
    letter-spacing: 0.2px;
    background-color: black;
    color: white;
}

.cover-art {
    max-width: inherit;
    height: auto;
}

.object {
    max-width: 384px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    margin-bottom: 16px;
}

audio {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: orange;
}

a {
    border-radius: 16px;
    background-color: orange;
    padding: 16px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
    font-weight: 500;
    font-size: 20px;
}

a:hover {
    text-decoration: underline;
}
