body {
    background-color: #29726c;
}

form {
    width: 500px;
}

label {
    display: block;
    font-size: 120%;
    float: left;
    /*width: 200px;*/
}

a {
    text-decoration: none;
    color: rgb(255, 177, 100);
}

a:hover {
    color: rgb(255, 218, 181);
}

input {
    width: 150px;
}

[type='checkbox'], [type='radio'] {
    width: 10px;
}

h1 {
    color: #FFDAB8;
    text-align: center;
}

h2 {
    color: #ffe2c6;
    font-size: 110%;
}

p {
    color: #FFF1E7;
    font-size: 120%;
}

div {
    background-color: #B9DEDB69;
    font-size: 80%;
    width: 1200px;
    border: 2px dashed #96D0CD;
}