div#pagina{
    
	margin:auto;
    background-color: rgb(167, 190, 187);
    background-position: center;
    width: 800px;
    height: 600px;
   background-repeat:no-repeat;
    background-size: cover;
       
}



article {
    position: absolute;
    width: 100%;
margin-top: 1%;
    margin-left: 1%;
}

article img {
    margin-top: 4%;
margin-left: -0.5%;
}

article h1{
    margin-left: 27%;
font-family: sans-serif;
    font-size: 14pt;
text-align: left;
    color: rgb(252, 253, 253);
}

