@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700'); 


* {
    margin: 0;
    padding: 0;
    text-align: center;
    justify-content: center;
    box-sizing: border-box;
}

body{
    font-family: raleway, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
  
}


#guarda {
    height: 5rem;
    text-align: center;
    background-image: url(img/guarda.svg);
    background-repeat: repeat-x;
    transform: rotate(180deg);
    
}

#contenedor {
    text-align: center;
    flex-direction: column;
    padding-bottom: 15rem;
    padding-top: 5rem;
}


h1{
    color: #375f9b;
    font-size: 4.1rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
}


#boton { 
    border-radius: 7rem;
    background-color: #1ae2bc;
    width: 40rem;
    height: 7rem;
    box-shadow: 0.3rem 0.3rem #328878;
    text-align: center;
    margin-top: 4.5rem; 
    margin-bottom: -3rem;
}

#boton a {
    color: white;
    font-size: 4rem;
    text-decoration: none;
}


.softGray{
    background-color: #eaefe2;
}

.flex{ 
    display: flex;
    align-items:center;
    justify-content: space-around;
}

#cuenta {
    color:#375f9b;
    font-size: 2rem;
    margin-top: 10rem;
    margin-bottom: -2rem;
}

header img {
    height: 7rem;
    margin-bottom: 2rem;
}

.centered{
    margin-right: auto;
    margin-left: auto;     
}

