html {
    background-image: url(Home.png);
    height: 120%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body {
    font-family: "acier-bat-gris", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45pt;
}

a#home {
    position: absolute;
    left: 55px;
    top: 110px;
    color: white;
    text-decoration: none;
}

a#home:hover {
    color: #005775;
}

a#tour {
    position: absolute;
    left: 55px;
    top: 260px;
    color: white;
    text-decoration: none;
}

a#tour:hover {
    color: #005775;
}

a#merch {
    position: absolute;
    left: 55px;
    top: 450px;
    color: white;
    text-decoration: none;
}

a#merch:hover {
    color: #005775;
}

a#about {
    position: relative;
    left: 55px;
    top: 645px;
    color: white;
    text-decoration: none;
}

a#about:hover {
    color: #005775;
}