body{background: url(https://fondosmil.com/fondo/31945.jpg) ;
    background-size: cover;
    background-attachment: scroll;
}
.header1{
    position: fixed;
    margin: 0;
    margin-bottom: 50vh;
}
h1{
    text-align: center;
    font-size: 3vw;
    font-family: 'Amatic SC', cursive;
    margin: 0;
    background-color: aquamarine;
}
.menu{
    height: 8vh;
    width: 100vw;
    font-family: 'Rubik', sans-serif;
    margin: 0;
}
.menu {
    width: 100vw;
    display: flex;
    justify-content: space-evenly;
    height: 8vh;
    align-items: center;
    background-color: rgb(27, 154, 238);
}
.menu  a{
    color: black;
    text-decoration: none;
    font-family: 'Rubik', sans-serif;
    font-size: 2.1vw;
}
h2{
    font-family: arial black, cursive;
    font-size: 2rem;
    font-style: italic;
    text-align: left;
    color:rgb(95, 40, 245) ;
}
.secciones{
    padding-top: 20vh;
}
.contenedor{
    display: flex;
    flex-direction: row;
    align-items: center;
}
p{
    font-family: calibri;
    font-size: 1.5rem;
    text-align: justify;
    margin-top: 0%;
    padding-right: 15px;
}
.foto-presentacion{
    height: 40vh;
    width: auto;
} 
.mybutton{
	background-color:aquamarine;
	border-radius:9vh;
    display:inline-block;
	cursor:pointer;
	color:black;
	font-family:"kalam";
	font-size:3vh;
	padding:4vh 4vh;
}
.expectativas{
    height: 40vh;
    width: auto;
}

.imagenes{
    width: 90%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-left: 30px;
}

.foto{
    height: 175px;
    width: 210px;
    border: 3px solid blue;
    margin: 10px
}