body {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    background-color: #050811;
    color: white;
    z-index: -5;
}

.hunterEntrance {
    /* position: absolute; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    /* background-color: aqua; */
    /* border: 1px solid white; */
}

.hunterEntrance a {
    transition: .8s;
}

.hunterEntrance a:hover {
    transform: scale(1.05);
    transition: 0.8s;
}

.hunterEntrance img {
    width: 25vw;
    height: auto;
}

.hunterEntrance h1 {
    color: white;
    font-size: 1.5rem;
}