body {
    background: url(../assets/images/Gay_Pride_Flag.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

html {
    height: 100%;
}

h1 {
    color: white;
    font-family: 'Open Sans', sans-serif;
}