@import 'https://fonts.googleapis.com/css?family=Asap:400,400i,700';

h1{
    text-align: center;
    color:black;
    font-size: 25px;
    font-family:"asap","sans-serif";
    font-weight: 400i;    
    background:white;
    margin: 10px 60px 80px 60px;    
}

h2{
    text-align: center;
    color:#f0398e;
    font-size: 60px;
    font-family: "asap","sans-serif";
    font-weight: 700;
    background: white;
    margin: 80px 60px 80px 60px;
    }

p{
    background: white;
    margin: 10px 20px 10px 20px;
    color:black;
    font-size: 15px;
    font-family: "asap","sans-serif";
    font-weight: 400;
    height: 50px;
    margin-top: 20px;
    text-align: center;
    padding-top: 40px;
    }

body{
    background-image: url(img/7816c98350245.560f9b0dd47e6.jpg);
    margin: 100px 60px 100px 60px;
    }

h3{
      text-align: center;
    color:#f0398e;
    font-size: 20px;
    font-family: "asap","sans-serif";
    font-weight: 700;
    background: white;
    margin: 0px 20px 0px 20px;
    }

h4{
    background: white;
    margin: 10px;
    text-align: center;
    color: #f0398e;
    font-size: 10px;
    font-family: "asap","sans-serif";
    font-weight: 400i;
}

.padre {
   background-color: pink;
    height: 500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: row;
    margin: 80px 60px 80px 60px;
  
}

.hijo {
     height: 180px;
    width: 20%;
    text-align: center;
    padding-top: 50px;
      

}

img {
    align-content: center;
    margin: 60px;
}

a {
    text-decoration: none;
    }

.boten {
    background: pink;
}