body {
    height: 100%;
    font-family: verdana, geneva, sans-serif;
}

.copyright {
    text-align: center;
    font-size: 16px;
    vertical-align: text-bottom;
}

.container {
    text-align: center;
    margin: auto;
}

html {
    background: url(wave.jpeg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1 {
    font-size: 32px;
}

hr {
    border: none;
    height: 2px;
    background-color: grey;
}

p {
    font-size: 24px;
}
