@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');

*{
    padding: 0;
    box-sizing: border-box;
}
body{
    margin: auto;
    font-family: monospace;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    background-repeat: no-repeat;
}

section 
{
    align-content: center;
    padding: 1.5em;
    background-image: url(img/pantalla3.jpg);
    background-size: 100%;
    max-width: 100%;
    
}

h1 {
    margin: auto;
    color: white;
    padding: 0.4em;
    max-width: 100%;
    background-color: cadetblue;
    text-align: center;
    font-family: 'Roboto Slab', serif;

    
}

.logo {
    margin: auto;
    padding: 0;
    width: 30%;
}

h2{
    color: white;
    text-align: center;
    font-size: 1.5em;
    margin-top: 0.6em;
    font-family: 'Roboto Slab', serif;

    
}

h3{
    color: white;
    text-align: center;
    font-size: 1em;
    margin-top: 2em;
    margin: 2em;
    font-family: 'Roboto Slab', serif;

}

section2 {
    display: flex;
    flex-direction: column;
    margin: 3em;
    margin-top: 0em;
    align-items: center;

}

.button span {
    margin: 0em;
}

.button{
    color:#fff;
    text-decoration:none;
	background:#2c7873;
    border-radius: 1em;
    display: flex;
    width: 80%;
    padding: 2em;
    box-shadow:0px 3px 0px #373c3c;
    justify-content: center;
    margin-top: 2em;
    font-size: 0.8em;
    font-family: 'Roboto Slab', serif;
}
 
 .button:hover {
	box-shadow:0px 0px 0px;
    background: #021c1e;
}
img{
    margin: 0 auto;
    width:100%;
    height: 120%;
    
}
footer{
    background-color: cadetblue;
    color: white;
    padding: 0.7em;
    width: 100%;
    text-align: center;
    font-size: 0.8em;
    font-family: 'Roboto Slab', serif;
    margin-top: auto;
}