body {
    background: #ffc5de;
}
h1 {
    font-size: 100px;
    color: red;
    text-align: center;
}
h2 {
    font-size: 50px;
    color: blue;
}
h3 {
    font-size: 50px;
    color: #00a589;
    margin-bottom: 0;
}
h4 {
    font-size: 25px;
    color: #c56f21;
}
p.left {
    text-align: left;
}
p.right {
    text-align: right;
}
a.button {
    padding: 10px 60px;
    border: 10px outset buttonborder;
    border-radius: 30px;
    color: buttontext;
    display: inline;
    background-color: buttonface;
    text-decoration: none;
}