/* CSS Dokument */
BODY,
HTML {
    background: #ffffff;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

.start {
    height: 500px;
    margin-top: 8%;
}

H1 {
    font-weight: normal;
    font-size: 20px;
}

