.texto{
    line-height: 1.2cm;
    font-size: 150%;
    color: brown;
    text-align: center;
}

body{
    background-color: rgb(211, 240, 211);
}

img#f1{
    cursor: wait;
    width: 100%;
    height: 200px;
}

img#f2{
    cursor: help;
    position: absolute;
    top: 50px;
    left: 50px;
    border-style: solid;
    border-color: brown;
}
