body{
  
  background-image: url("https://lh3.googleusercontent.com/proxy/eDN0w7HdpJTdpZ2Dx-E_7iRIPXrVO66BbkU_RFvZMsG8ubEKzZl3FK5kcC4Lg58FpyN6hK9XTtuKB3e9-NRwabFnkkCF6tiMEe5Lagmq845lq9Szr-PyG7q8ib0P72hf=w1200-h630-p-k-no-nu");  
}
div{
    height: 200;
    border: 2px solid red;
    background:#ffc0c0; 
    color: white;
    width: 98%;
    margin:inherit;
}
h2{
    font-style: italic;
    color:black;
    font-size: 25px;
     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: rgba(0,0,255,0.03);
    height:  350px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hijo{
 background: #00CCFF;
    width:400px;
    height: 300px;
}
input{
    height: 40px;
    width:290px;
}