body{
    background-color: #65f7ef;
}

#titulo {
    color: #0ea05c;
    font-size: 50px;
    text-align: center;
}

.texto {
    color: #65f7ef;
    font-size: 30px;
    text-align: justify;
}

#imagem{
    height: 150px;
    width: 150px;
    padding: 5px;
    margin: 5px;
    border: 2px #499773;
    border-radius: 20px;

}