.titulo{
    text-align: center;
}
.c1{
    border-style: solid;
    height: 200px;
    width: 100%;
    border-color: blue;
}
.c2{
    border-style: solid;
    height: 200px;
    width: 100%;
    border-color: blue;
    font-family:'Times New Roman', Times, serif;
    font-size: medium;
    font-style:oblique;
}