@charset "UTF-8";

.corpo{

    width: 1000;
    margin: auto;
}


.conteudo{

    display: table;
}

.imagem{

    display: table-cell;
    float: right;
}

.texto{

    display: table-cell;
    float: right;
    width: 300px;
    margin-top: 20px;
    margin-left: 400px;
}

.texto>h1{

    color: red;
}

.texto>h2{

    color: cornflowerblue;
}