@font-face {
    font-family: "Rubik Regular";
    src: url(../assets/fonts/rubik/static/Rubik-Regular.ttf) format("truetype")
}
@font-face {
    font-family: "Rubik Bold";
    font-weight: 800;
    src: url(../assets/fonts/rubik/static/Rubik-Bold.ttf) format("truetype")
}

body {
    margin: 0 auto;
}

.screen {
    width: 1080px;
    height: 1920px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: none;
    position: absolute;
}

.screen.show {
    display: block;
}

.btn-jogar {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 350px; 
}

.iconeSomOff {
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    cursor: pointer;
}