html, body {
    margin: 0;
    width: 100vw;
    background-image: url(../imagenes/seamless-floral-pattern-with-hibiscus-and-leaves-in-doodle-technique-vector.jpg);
}
section{
    height: 2000px;
    width: auto;
}
div.primero{
    width: 2200px;
    height: 350px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 50px;
    background-color: rgba(50, 50, 50, 0.696);
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}
div.segundo{
    width: 2200px;
    height: 350px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 50px;
    background-color: rgba(50, 50, 50, 0.696);
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}
.segundo h1{
    display: block;
}
a{
    background-color: goldenrod;
    color: #e3e4e5;
    text-decoration: none;
    font-size: 25px;
    width: 30px;
    height: 25px;
    margin: 10px;
    margin-left: 90px;
    padding-top: 20px;
    padding: 15px;
    border-radius: 10px;
}
h2{
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    margin-top: 0px;
}
p{
    font-family: "Gowun Batang", serif;
    font-size: 20px;
    color: #e3e4e5;
}
div.foto{
    width: 300px;
    height: 300px;
    border-top: 20px;
    border-bottom: 2px;
    float: left;
    position: relative;

}
div.info{
    width: 300px;
    height: 300px;
    background-color: rgb(115, 119, 119);
    color: goldenrod;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    top: 280px;
    transition: .5s;
    float: left;
}
.info:hover{
    top: 0;
    background-color: rgba(115, 119, 119, 0.801)
}
div.foto.info h2{
    font-size: 20px;
}
h1{
    color: goldenrod;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}
