body{
  
  background-image: url("https://i.blogs.es/574ac7/mejores-launchers/450_1000.jpg");  
}
div{
    height: 180;
    border: 2px solid red;
    background:#ffc0c0;
    color: white;
    width: 60%;
    margin:auto;
}
h2{
    font-style: italic;
    color:black;
    font-size: 25px;
     padding: 20px;
    border-radius: 25px;
}
h3{
    font-style: italic;
    color:black;
    font-size: 15px;
     padding: 20px;
    border-radius: 25px;
}
a{
outline: none;
    text-decoration: none;
    display: inline-block;
    width: 19.5%;
    margin-right: 0.625%;
    text-align: center;
    line-height: 3;
    color: black;
}
a:link, a:visited, a:focus{
background: yellow;  
   
    margin: 5px;
}
 a:hover{
  background: red;   
}

 a: active{
  background:red;
     color: white;
}
.padre{
 background:white ;
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
}
