h1 {
    text-align: center;
}
h2 {
    color: red;
}
h1, h2 {
    font-style: oblique;
    text-transform: uppercase;
}

#body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: medium;
    word-spacing: 5px;
    letter-spacing: 1px;
}

img {
    padding-left: 100px;
}
img:hover {
    transform: scale(1.5);
}

a:active {
    color: black;
}

p:nth-child(even) {
    color: rgb(123, 0, 0);
}
p {
    text-align: justify;
    text-indent: 15px;
}