/* Water style */
@import url('https://fonts.googleapis.com/css?family=Righteous');

body {
    background: url(/media/water.jpg) no-repeat center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.wrapper {
    bottom: 0;
    position: absolute;
    width: 100%;
}

h1 {
    color: #252b23;
    font-family: 'Righteous', cursive;
    font-size: 10em;
    font-weight: 700;
    text-align: center;
}