body{
  background: pink;
  background-image: url("https://lh3.googleusercontent.com/proxy/eDN0w7HdpJTdpZ2Dx-E_7iRIPXrVO66BbkU_RFvZMsG8ubEKzZl3FK5kcC4Lg58FpyN6hK9XTtuKB3e9-NRwabFnkkCF6tiMEe5Lagmq845lq9Szr-PyG7q8ib0P72hf=w1200-h630-p-k-no-nu");  
}
div{
    height: 180;
    border: 2px solid red;
    background:#ffc0c0;
    color: white;
    width: 75%;
    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: active{
  background:red;
     color: white;
}
.padre{
 background: yellow;
    height:  400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.otro{
 color: green;
  font-size: 15px;
  font-family: Courier;
    font-weight: bold;
    font-style: italic;
    line-height: 30px;
    letter-spacing: 5px;
    text-decoration: underline;
    text-transform: capitalize;
    text-align:center;
    text-indent: 30px
}
