WinScreen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border-radius: 20px;

    .container {
        flex-direction: column;
        text-align: center;
        align-items: center;
        padding: 3px;
    }

    .button {
        background-color: #444;
        padding: 8px;
        border: 1px solid white;
        border-radius: 10px;
    }

    .logo {
        position: absolute;
        background-image: url( textures/ui/winner.png );
        background-size: cover;
        width: 120%;
        height: 150%;
        bottom: 270px;
    }

    .title {
        text-align: center;
        font-size: 50px;
        font-family: Poppins;
        color: #fff;
        pointer-events: all;
        padding: 8px;
    }
}
