body {
    font-family: "Montserrat", sans-serif;
}
.background-image {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
.center-text {
    text-align: center;
}
.right-align {
    text-align: right;
}
.small-text {
    font-size: x-small;
}
.menu {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 20px auto;
}

.menu li {
    border: 1px solid #ccc;
    padding: 10px 25px;
    background: #f8f8f8;
}

.menu li:hover {
    background: #eaeaea;
}

.menu a {
    text-decoration: none;
    color: #222;
}
.hp-ref {
    text-align: left;
    text-decoration: none;
    color: black;
}