@import "/UI/Styles/Menu.scss";

PauseMenu {
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur( 10px );

    .header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        color: white;
        flex-direction: row;
        background-size: 100%;
        pointer-events: none;
        font-family: Poppins;
    }

    &.open {
        display: none;
    }
}