@import url(https://fonts.googleapis.com/css?family=Lato);
body {
    color: #ffffff;
    font-family: 'Lato', sans-serif, Arial;
    overflow-x: hidden;
    background-image: url(../../images/36-Starbuck-Twilight-_Details.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}

html {
    height: 100%;
}

.page-not-found {
    height: 100%;
}

.container {
    display: flex;
    justify-content: center;
}

.hgroup {
    padding: 10px;
    margin: auto;
    text-align: center;
    word-break: break-word;
}

.hgroup h1 {
    font-weight: bold;
}

.hgroup a {
    color: #ffffff;
    text-decoration: underline;
}

.margin-top {
    margin-top: 0px;
}

.margin-bottom {
    margin-bottom: 0px;
}