body {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    user-select: none;
    background-repeat: no-repeat;
    
    background-size: cover;
    background-image: url(Ciúmes\,\ por\ 𝒱enere\ vai\ 𝒱enus_.jpg);
    margin-top: 0;
}

.tudoporra{
    margin-top: 14%;
    backdrop-filter: blur(4px);
    margin-left: 37%;
    margin-right: 37%;
    padding-bottom: 20px;

    border: 2px solid white;
    border-radius: 29px;
}

input {
    text-decoration: none;
    border: 1px solid black;
    border-radius: 5px;
}

.texto {
    color: white;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.botao {
  text-align: center;
}

button {
    cursor: pointer;
    border: 1px solid black;
    border-radius: 7px;
}

button:hover {
    color: white;
    background-color: black;
    height: 21px;
    transition: 0.8s;
}

.music {

    position: absolute;
    top: 5%;
    color: white;
}

.player{
    display: none;
    position: absolute;
}

.buttonMusic {
    position: absolute;
    top: 10%;
    cursor: pointer;
    border: 1px solid black;
    border-radius: 7px;
}

.buttonMusic:hover {
    color: white;
    background-color: black;
    height: 21px;
    transition: 0.8s;
}

.buttonMusic2 {
    position: absolute;
    left: 4.3%;
    top: 10%;
    cursor: pointer;
    border: 1px solid black;
    border-radius: 7px;
}

.buttonMusic2:hover {
    color: white;
    background-color: black;
    height: 21px;
    transition: 0.8s;
}


/* Celulares = 600px pra baixo */


@media only screen and (max-width: 600px) {
body{
    background-image: url(Lua\ Dultra.jpg);
    background-size: auto;
    background-attachment: fixed;
    background-position: -100px;
}

    .tudoporra {
    position: absolute;
    margin-left: 40px;
    width: 75%;
    margin-top: 50%;
}

    .buttonMusic2 {
        left: 21%;
    }
}

/*tablets = minimo 768px */
@media only screen and (min-width: 768px) {
.tudoporra{
    width: 40%;
    margin-left: 27%;
    margin-top: 40%;
}

body{
    background-image: url(Lua\ Dultra.jpg);
    background-position: -60px;
    background-attachment: fixed;
}

.music{
    top: 5px;
}

.buttonMusic{
    top: 50px;
}

.buttonMusic2{
    top: 50px;
        left: 10%;
    }
}

/* desktops largos = minimo 992px */
@media only screen and (min-width: 992px) {

}

/*telas largas = minimo 1200px */
@media only screen and (min-width: 1200px) {
body{
    background-image: url(Ciúmes\,\ por\ 𝒱enere\ vai\ 𝒱enus_.jpg);
}

.tudoporra {
    width: 27%;
    margin-top: 23%;
    margin-left: 35%;
}

.buttonMusic2 {
    left: 6%;
 }
}

/*telas bem grandes de pc = minimo 1600px */
@media only screen and (min-width:1600px) {
body {
    background-attachment: fixed;
    background-size: 120%;
}

.tudoporra {
    margin-left: 40%;
    width: 17%;
    margin-top: 17%;
}

.buttonMusic2 {
     left: 4%;
 }
}