
.titulo {
    color: steelblue;
    text-align: center;
    font-size: 2rem;
}

img{
    display:block;
    margin:auto;
    width: 30%;
    height: 30%;
}

p{
    font-size: x-large;
    margin: 50px;
}