*
{
    font-family: 'Dosis', sans-serif;
    }

.dgpc{ 
    width: 6rem;
    margin:0.5rem;
    background-color: aquamarine;
    position: absolute;
    left: 0.3rem;
    top: 0.3rem;
}

main {background-image: url(../imagenes/fondorotulo.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      text-align: center;
      position: absolute;
      padding: 0px;
      margin: 0px;
      left: 0px;
      right: 0px;
      top: 0px;
    }


#rotulos {color: white;
position: relative;
top: 0px;
left: 0px;
right: 0px;
} 

#integrantes {position: relative;
top: 00px;
left: 500px;
width: 45%;
align-self: center;}

.planetas {
    width: 4rem;
    margin: 0rem;
    color: white;
    align-self: flex-start;
}

#planetadani, #planetamarti, #planetamer, #planetalady {width: 25%;}

#dani {color: white;
letter-spacing: 0.5rem;
width: 250px;
position: absolute;
top: 20px;
left: 180px;}

#marti {color: white;
letter-spacing: 0.5rem;
width: 235.5px;
position: absolute;
top: 90px;
left: 180px;}

#mer {color: white;
letter-spacing: 0.5rem;
width: 229px;
position: absolute;
top: 155px;
left: 180px;}

#lady {color: white;
letter-spacing: 0.5rem;
width: 160px;
position: absolute;
top: 225px;
left: 180px;}

main h2 {letter-spacing: 0.5rem;
color:black;
font-weight: 600;
font-variant: small-caps;}  


