body{
    text-align: center;
    background-image: url('fundo5.jpg');
    background-repeat: repeat;
    background-position: left;
    background-size: 100%;
    font-weight: normal;
    text-align: justify;
    margin-left: 100px;
    margin-right: 100px;
    text-align: center;
    font-family: "Comic Sans MS";
    color: #fff;
}
h1{
    color: red;
}
h2{
    color: rgb(78, 196, 243);
}
h3{
    color: rgb(78, 196, 243);
    font-family: 'Times New Roman';
    font-size: x-large;
}
.header{
    font-family: 'Times New Roman';
}
acronym{
    color: red;
}
a{
    color: red;
}