body{
    margin: 20px;
}

h1{
    font-family:cursive;
    font-size: large;
}

h2{
    font-family:fantasy;
    font-size: large;
}
h3{
    font-family:cursive;
    font-size: large;
}
#formato1{
    font-family: Georgia, 'Times New Roman', Times, serif;
}
#formato2{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
}

#formato3{
    color: rgb(111, 147, 214);

}

p{
    font-size:medium;
    text-align:center;
}
#parrafo1{
    color: rgb(116, 255, 255);
    text-align: center;
}

#parrafo2{
    color:rgb(235, 201, 207);
    text-align: right;
}
#parrafo2{
    color: currentColor;
    text-align: inherit;
}