
html,
body {
    margin: 0;
    padding: 0;
}

*, 
*::after, 
*::before {
    box-sizing: border-box;
}

img {
    height: auto;
    max-width: 100%;
}

a {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.container {
    align-items: center;
    background-image: url(images/homepage.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 100%;
    justify-content: center;
}

.apply-button {
    margin-top: 82%;
    padding: 40px;
}

.accessibly-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

@media screen and (min-width: 500px) {
    .apply-button {
        margin-top: 62%;
    }
}

@media screen and (min-width: 660px) {
    .apply-button {
        margin-top: 54%;
    }
}

@media screen and (min-width: 770px) {
    .apply-button {
        margin-top: 45%;
    }
}

@media screen and (min-width: 930px) {
    .apply-button {
        margin-top: 37%;
    }
}

@media screen and (min-width: 1115px) {
    .apply-button {
        margin-top: 28%;
    }
}
