body {
    font-family: 'Cinzel', serif;
    color: rgb(156, 160, 33);
    background-color:  rgb(255, 255, 255);
}
h1 {
    font-size: 80px;
    background-color: rgb(196,34,34);
    color: rgb(219, 192, 34);
}
h1,h2,h3 {
    font-family: 'Cinzel', serif;
}

p, li, ul {
    font-family: 'Cinzel', serif;
}

.vet {
    font-size: 18px;
    font-weight: bold;
    color: rbg(0,128,0);
}

.mega {
    background-color: rgb(196,34,34);
    color: rgb(156, 160,33)
}

.center {
    width: 100%;
    align-content: center;
}

.center img {
    margin-left: auto;
    margin-right: auto;
}