body{
  
    height: 400px;
    background-image: url("https://i.blogs.es/5300d9/temashuawei/840_560.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
}
div{
    height: 200;
    text-align: center;
    border-radius: 20px;
    border: 2px solid red;
    background:pink;
    font-size: 15px;
    color: black;
    width: 50%;
    margin:auto;
}
input{
font-size: 25px;

}
