@font-face {
    font-family: 'QualyBold';
    src: url('../fonts/Qualy_Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
  }
body, html {
    height: 100%;
}

.img-container {
    margin-top: auto;
    margin-bottom: auto;
}
.contact {
    top: 1em;
    right: 3em;
    position: absolute;
}

.contact a {
    text-decoration: none;
    font-size: larger;
    font-family: 'QualyBold', sans-serif;
}

@media only screen and (max-width: 768px) {
    .contact {
        top:inherit;
        right: inherit;
        position: absolute;
    }
  }
