body {
    /*font-family: 'Lato', sans-serif;*/
    /*margin: 0;*/
    background: url('background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    /*color: #0a0a0b;*/
    /*#overflow: hidden;*/
}

.cover {
    height: 98vh;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    /*padding: 20px 50px;*/
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.container, .contact {
    color: rgb(235, 219, 231);
    text-align: center;
    font-family: Sans-serif;
}
.contact {
    padding-top: 20px;
}

h4 {
    margin-block-end: 0;
}

a:link, a:visited {
    color: rgb(235, 219, 231);
}