/* Stylesheet for index.html */

body {
    font-size: 100%;
    background-color: #f5e7fd;
}

h1 {
    font-size: 3.5em;
    text-align: center;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.columns {
    text-align: center;
    position: relative;
    width: 100%;
}

.columns div {
    height: 500px;
}

.left {
    width: 33%;
    position: absolute;
    left: 0;
}

.right {
    width: 33%;
    right: 0;
    position: absolute;
}

.center {
    width: 34%;
    position: absolute;
    margin-left: 33%;
    top: -40px;
}

h3 {
    font-size: 2em;
    color: green;
}

p {
    font-size: 1.25em;
}

img {
    padding-top: 40px;
}