* {
    font-family: "Comic Sans MS", "Comic Sans", cursive;
  }

body {
    margin: 0;
    padding: 0;

    background-image: url("background.gif");
    background-size: cover;
    background-repeat: no-repeat;
}

.container {
    position: relative;
    width: 100vw;
    height: 100vh;
}
.textjogos {
    -webkit-text-stroke: 0.899999px rgb(6, 126, 6); 
    position: absolute;
    top: 72.67%;
    left: 15%;
    width: 23%;
    z-index: 999;
}
.textsobre {
    -webkit-text-stroke: 0.899999px rgb(6, 27, 147); 
    position: absolute;
    top: 20%;
    left: 15%;
    width: 23%;
    z-index: 999;
}

.img2 {
    position: absolute;
    top: 9.3%;
    left: 19.667%;
    width: 10%;
    z-index: 999;
}

.card,
.personagem {
    position: absolute;
}

.card img,
.personagem img {
    width: 100%;
    height: auto;
}

.sobre {
    top: 2%;
    left: 6.7%;
    width: 46%;
    transform: rotate(5deg);
}

.progress {
    top: 5%;
    right: 21%;
    width: 21%;
}

.jogos {
    bottom: -10%;
    left: 13%;
    width: 40%;
}

.personagem {
    bottom: -12%;
    left: 51%;
    width: 20%;
    transform: translateX(-50%);
}

.music {
    bottom: -12%;
    right: 2%;
    width: 20%;
}

.textmusic {
    color: rgb(0, 0, 0);
    -webkit-text-stroke: 0.899999px rgb(147, 6, 6); 
    position: absolute;
    top: 52.67%;
    left: 80%;
    width: 13%;
    font-size: 0.899999em;
    z-index: 999;
}