*
{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    justify-content: center;
    box-sizing: border-box;
    @import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');
    
    
}
body{
    margin: 0 ;
    padding: 0;
    max-width: 100%;
    background-color:#9da0d0;
   
   
} 

header{
    margin: auto;
    padding: auto;
    max-width: 100%;
    background-color:#4d4d87;
    
} 
header a{
    color: white;
}
.links a {
    text-decoration: none;
    display: block;
    padding: 13px;
    padding-right: 20px;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    padding-left: 10px;
    
}

.links img{
    width: 12%;
}

.barra{
    display: flex;
    flex-direction:row;
    
    }
.boton{
    padding: 1rem;
    background-color:#4d4d87;
    color: white;
    border: none;
    text-align: left;
}
h1{
    border: 0;
    font-size: 50px;
    
}



.configura img{
    max-width: 5%;
    min-width: 5%;
    position: absolute;
    top: 1rem;
    right: 1rem;
   
}
.links a img{
    min-width: 4%;
}

.links {
    background-color:#4d4d87;
    width: 100%;
    display: none;
}

.links a:hover{
    background-color:#9da0d0;
}

.desplegable:hover .links {
    display: block;
}

.desplegable:hover .links {
    display: block;
}

main{
    background-color:#9da0d0;
    text-align: center;
    padding-bottom: 5rem;
    justify-content: center;
        
   
}

h2{
    font-family: 'Quicksand', sans-serif;
    margin-top: 2rem;
    margin-bottom: 3rem;
    padding: 1rem;
    font-size: 1.5em;
    width: 300px;
    display: inline-table;
    letter-spacing: 0.5rem;
    border-bottom-width: 0.2rem;
    border-bottom-style: solid;
    border-bottom-color: white;
    color: white;
    
}


h3{
    font-family: 'Quicksand', sans-serif;
    
    font-size: 0.8rem;
    
    margin-bottom: 0;
    padding: 0;
    display: inline-table;
    
    color: #4d4d87;

}
.juego {
    position:absolute;
    left: 22%;
    margin-top: -2%;
    float: left;
}
.robot {
    position: absolute;
    left: 45%;
    margin-top: 15%;
    
    
}
.batalla {
    position:absolute;
    right: 28%;
    margin-top: 64%;
    float: right;
    
}

main{
    background: #9da0d0;
    padding: 0;
    margin-left: 10%;
    margin-right: 10%;
}


img#planetarobot{
    position: absolute;
    width: 29%;
    padding-top: 17%;
    left: 35.5%;
}

main #planetarobot:hover{
    transition: 1s;
    opacity: 0.8;
    
}

img#orbita{
    position: relative;
    width: 80%;
    
}


img#batalla{
    position: relative;
    right: 16%;
    margin-right: 1%;
    margin-top: -20%;
    width: 20%;
    float: right;
    
}

main #batalla:hover{
    
    transition: 1s;
    opacity: 0.8;
    
}


img#juegos{
    position: absolute;
    left: 15%;
    margin-top: 0;
    width: 20%;
    float: left;
    
}

main #juegos:hover{
    transition: 1s;
    opacity: 0.8;
    
}
footer{
    margin: 10rem;
}