body{
    background:url("fondo.jpg") center no-repeat;
    background-size:3840px 2160px;
}


div{
    display: block;
    background-color: brown;
    margin: 0 auto;
    border-radius: 25px;
    padding: 20px;
    width: 350px;
    height: 550px;
    margin-top: 12%;
}

p{
    display: block;
    text-align: center;
    font-size: 40px;
    margin-bottom: 50px;
    width: 330px;
    height: 130px;
    line-height: 100px;
    background-color: cornsilk;
    border-radius: 25px;
    overflow-y: scroll;
}

button{
    width: 55px;
    height: 55px;
    font-size: 25px;
    text-align: center;
    margin-left: 9px;
}