main > .landing-splash.landing-splash {
    height: 100vh;
    padding-top: 0;
    &:before {
        content: unset;
    }
}

a.app-store-button {
    font-size: 0.7rem;
    display: inline-flex;
    color: white;
    font-weight: normal;
    justify-content: space-evenly;
    align-items: center;
    background: black;
    padding: var(--margin-xs) var(--margin-s);
    border-radius: 0.8em;
    gap: var(--margin-s);
    border-width: 1px;
    border-style: solid;
    border-color: white;
    border-image: initial;
    margin: var(--margin-s);
    transition: scale 0.3s, margin 0.3s;
    text-decoration: none;
    &.steam {
        --_anchor-hover-color: #1385B7;
    }
    &.google-play, &.play {
        --_anchor-hover-color: #34A75B;
    }
    &.itch-io, &.itch {
        --_anchor-hover-color: #F15B5D
    }
    img {
        height:4lh;
        width: 4lh
    }
    .store-group {
        line-height: 0;
    }
}