body {
    margin: 0;
    user-select: none;
    cursor: pointer;
    overflow: hidden;
}

main {
    background-color: #74b9ff;
    width: calc(728px - 2rem);
    height: calc(90px - 1rem);
    padding: 0.5rem 1rem;
}

.syne-800 {
    font-family: "Syne", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

h1 {
    margin: 0;
    font-size: 2.25rem;
    text-transform: uppercase;
}

.space-grotesk-500 {
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

h2 {
    margin: 0;
    font-size: 1rem;
}

.btn {
    background-color: #000000;
    color: #ffffff;
    display: inline-block;
    padding: 0.75rem 1.5rem;
}

.cta {
    margin-left: 4px;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    &:hover {
        background-color: #000000;
        color: #ffffff;
    }
}

#logo {
    position: relative;
    float: right;
    height: 16px;
    bottom: 0.5rem;
}

#nochoices {
    position: absolute;
    top: 0;
    right: 0;
}
