body, h1 {
    font-family: "Raleway", sans-serif
}

h1 {
    font-weight: bold;
}

body, html {
    height: 100%
}

.bgimg {
    background-image: url('background.jpg');
    min-height: 100%;
    background-position: center;
    background-size: cover;
}