body {
    background-image: url(images/stars.gif);
    color: #B95DF3;
    font-family: "Quintessential", serif;;
}

.content {
    width: 1200px;
    margin: 0px auto;
}

.sidebar {
    position: absolute;
    width: 200px;
    border: 2px outset #B95DF3;
}

.main {
    display: block;
    width: auto;
    margin-left: 225px;
    border: 2px outset #B95DF3;
    padding: 0px 20px;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.white {
    color: #ffffff;
}

.image {
    display: flex;
    justify-content: center;
}

.image img {
    margin-bottom: 20px;
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 24px;
}

p {
    font-family: serif;
}

a {
    color: #B95DF3;
}

a:hover {
    color: #E2BAFC;
}