body {
    height: 100vh;
    max-height: -webkit-fill-available; 

    background: #000;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.row {
    margin: 0 0 0 0;
}

.container-fluid {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

h1 {
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
}

#intro .center {
    text-align: center;
}

#footer .widget {
    margin: 0 5px 0 5px;
}

#footer {
    color: #999;
    font-size: 16px;
}

#footer a {
    color: #999;
}

#footer a:hover {
    color: #fff;
    text-decoration: underline;
}
