:root {
    --accent-color: #e53;
    
    
    
}

#play::before {
    border-radius: unset;
}

#play::after {
    width: 3em;
    height: 3.5em;
    margin-left: 0;
}

#fullscreen-button {
    background-size: 2rem;
    background-position: -.125em .375rem;
    width: 2.5rem;
    height: 2.75rem;
    bottom: 0;
    right: 0;
    opacity: 1;
    scale: 1;
}

#fullscreen-button::before {
    content: '';
    width: 2.75rem;
    height: 2.75rem;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    background-color: var(--background__game-canvas-border, var(--color-1));
    position: absolute;
    top: 0;
    left: -2.73rem;
}
