body {
    font-family: "lores-12", sans-serif;
    font-weight: 700;
    font-style: normal;
}

button {
    color: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    cursor: pointer;
    font-family: "lores-12", sans-serif;
    font-weight: 700;
    font-style: normal;
    border: 0;
    background: none;
    padding: 0;
    appearance: none;
}

a {
    color: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.hidden {
    display: none;
}

.accent {
    color: #9c75ff;
}

.spotify-auth {
    margin: 3em auto;
}

#spotify-gate p {
    font-size: 14px;
}

#spotify-gate {
    max-width: 650px;
    width: 100%;
}

#spotify-auth-btn {
    font-size: 20px;
}

#mlist-primary-signup {
    display: flex;
    flex-wrap: wrap;
}

.mlist-field:first-child {
    flex: 1;
    margin-right: 1em;
}

.mlist-field input[type="email"] {
    border: none;
    border-bottom: 1px solid white;
    color: white;
    background: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    font-family: "lores-12", sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 0 1em;
}

::placeholder {
    color: white;
}

.mlist-field label {
    display: none;
}

.mlist-submit button {
    font-size: 20px;
    min-width: 150px;
}

.mlist-terms-wrapper {
    width: 100%;
}

.mlist-terms-wrapper .terms-content {
    font-size: 10px;
    font-family: "lores-12", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-top: 1em;
}

.mlist-auth {
    margin: 1em auto;
    max-width: 500px;
    width: 100%;
}

.share-restart {
    display: flex;
    justify-content: space-between;
    margin: 1em auto;
}

.share {
    display: flex;
    align-items: center;
    width: 200px;
}

.share .label {
    margin-right: .5em;
}

.share button,
.share a {
    display: flex;
    align-items: center;
    margin: 0 .5em;
    height: 21px;
}

.restart {
    text-decoration: none;
}

#game-over h3 {
    font-size: 30px;
    margin-bottom: .5em;
}

.copyrightWrapper {
    position: absolute;
    bottom: 3px;
    right: 3px;
    color: #fff;
    font-size: 10px;
}
.copyrightWrapper.shiftTop {
    bottom: unset;
    top: 1px;
}

.copyrightWrapper a {
    color: #fff;
    text-decoration: none;
    margin: 0 5px 0 2px;
}