*

{
    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: 1rem;
    padding: 0;
    background-image: url("../imagenes/fondoinicia.png");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
   
}
main{
    text-align: center;
}
header img{
    width: 200px;
    padding-top: 3rem;
    padding-bottom: 5rem;
    max-width: 100%;
    height: auto;
}


h1{
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 3rem;
    border-radius: 80px;
    border-style: groove;
    padding: 1rem;
    justify-content: space-between;
    font-size: 1.5em;
    letter-spacing: 0.5rem;
    width: 300px;
    display: inline-table;
    color: white;
}
h1 img{
    margin: 0;
    height: 2rem;
    padding-right: 2rem;
    justify-content: flex-start;
    
}
h2{
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 3rem;
    border-radius: 80px;
    border-style: groove;
    padding: 1rem;
    justify-content: space-between;
    font-size: 1.5em;
    width: 300px;
    display: inline-table;
    letter-spacing: 0.5rem;
    color: white;
}
h2 img{
    margin: 0;
    height: 2rem;
    padding-right: 3rem;
    justify-content: flex-start;
    }
main a{
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 4rem;
    border-radius: 80px;
    border-style: groove;
    padding: 1rem;
    justify-content: space-between;
    font-size: 1.5em;
    width: 300px;
    display: inline-table;
    background-color: #4D4D87;
    color: white;
}
main a:hover{
    background-color:#03FF9A;
}
footer{
    margin: 2rem;
}
