* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    background: #000;
    font-family: Arial, sans-serif;
}

/* Container holding the full website image */
.background-page {
    position: relative;
    width: 100%;
}

/* Full website image */
.background-page img {
    display: block;
    width: 100%;
    height: auto;
}

/* Invisible clickable area over WayFinder East */
.east-link {
    position: absolute;
    left: 2%;
    top: 10%;
    width: 47%;
    height: 82%;
    display: block;
    z-index: 5;
    cursor: pointer;
}

/* Invisible clickable area over the Contact section */
.email-link {
    position: absolute;
    left: 52%;
    top: 74%;
    width: 46%;
    height: 19%;
    display: block;
    z-index: 10;
    cursor: pointer;
}
