* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    display: block;
}

body {
    background-size: cover;
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/BG.jpg");
}

.page-wrap .middle-content {
    width: 100%;
    top: 50vh;
    padding: 30px;
    position: relative;
    transform: translateY(-50%);
}

.page-wrap .footer-content {
    width: 100%;
    bottom: 0;
    margin: 0 auto;
    position: absolute;
}

.page-wrap .footer-content .footer-contact {
    padding: 30px;
    margin: 0 auto;
    max-width: 680px;
    align-items: center;
    justify-content: center;
}

.image {
    width: 100%;
    max-width: 680px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.no-select {
    user-select: none;
    -webkit-user-select: none;
}

a {
    width: 100%;
    padding: 20px;
    display: block;
    text-decoration: none;
}

.contact {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (min-width: 680px) {
    .page-wrap .footer-content .footer-contact {
        display: flex;
    }
}
