html, body {
    height: 100%;
    background-color: #FFFFFF;
}

#title {
    text-align: center;
    font-size: x-large;
}

.h2 {
    text-align: center;
    font-size: larger;
}

.part {
    width: 30%;
    display: block;
    float: left;
}

