html, body{
    font-family: sans-serif;
}

body{
    max-width: 70em;
    margin: 2em auto;
}

main {
    text-align: center;
    font-size: 8em;
}

.container{
    background: #FFF;
    height: 100%
    position: relative;
}
.elemento {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container img {
    max-width:400px;
    max-height:250px;
    width: auto;
    height: auto;
}

.Imagem{
    padding: 10 px
}

.texto{
font-size: 25px;
margin: 0 auto;
text-indent: 10px;
}