*

{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    box-sizing: border-box;
    @import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');
    
    
}
body{
    margin: 0;
    padding: 0;
    background-image: url("../imagenes/fondo-09.png");
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

main{
  text-align: center;
   
}

header img{
    width: 300px;
    padding-top: 3rem;
    padding-bottom: 5rem;
    max-width: 100%;
    height: auto;
   
}
h1{
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 6rem;
    border-radius: 80px;
    padding: 1rem;
    justify-content: space-between;
    font-size: 1.5em;
    width: 300px;
    display: inline-table;
    background-color: #03FF9A;
    color: #4D4D87;
}

.pie a{
    font-family: 'Quicksand', sans-serif;
    border: 0;
    margin: 0;
    letter-spacing: 0.5rem;
    font-size: 1em;
    color: white;
}
.registrarse{
    text-align: center;
    margin-bottom: 1rem;
}

.pie a:hover {
    color:#0efcbe;
}
main .pie img{
    
    height: 3rem;
    
    
}
footer{
    margin: 2rem;
}
