body {
    padding: 0;
    margin: 0;
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-color: #000;
    background-image: url(../IMG/xp.png);
    color: #fff;
    background-repeat: no-repeat;
    background-size: 100%;
}

@font-face {
    font-family: pixel;
    src: url(../Pixelout\ Personal\ Use\ Only.ttf);
}

#textimhos{
    color: #000;
}

#titulo {
    /* background-color:#AEC6CF; */
    width: 300px;
    height: 300px;
    text-align: center;
    margin-left: 657px;
}

#cd{
    width: 100%;
    margin-top: 60px;
}

/* #cdzinho{
    margin-left: 1320px;
    position: absolute;
    width: 200px;
    height: 188px;
} */

#form{
    position: absolute;
    width: 300px;
    height: 300px;
    /*background-color: #FFFFD4;*/
    background-color: blue;
    margin-left: 420px;
    border: 10px #fff;
    border-radius: 25px;
    border-style: groove;
    color: #efff76;
    background-image: url(../IMG/200w.gif);
}

#form2{
    position: absolute;
    width: 300px;
    height: 300px;
    /*background-color: #FFFFD4;*/
    background-color: blue;
    margin-left: 870px;
    border: 10px #fff;
    border-radius: 25px;
    border-style: groove;
    color: #efff76;
    background-image: url(../IMG/200w.gif);
}

#esq{
    margin-top: 500px;
    margin-left: 1177px;
}

#musica{
    margin-top: 20px;
    color: rgb(29, 11, 131);
    font-size: 20px;
    width: 100%;
    position: absolute;
    text-align: center;
    font-family: pixel;
    animation: pulamdenho 2s infinite;
}

@keyframes pulamdenho {
  0% {
    top: 0px;
    
    animation-timing-function: ease-out;
  }
  50% {
    top: 5px;
    animation-timing-function: ease-in;
  }
  100% {
    top: 0px;
    animation-timing-function: ease-out;
  }
}


