body {

    background-color: black;
    font-family: "Grosa";
    font-weight: 700;
}

.hero {
    background-image: url("/img/landing_bg_alt.jpg");
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 75%;
}

.holder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #EFEDE6;  

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.holder img {
    width: 200px;
}

.name {
    font-family: "SelfModern";
    font-weight: 300;
    font-size: 55px;
    color: #EFEDE6;
}

.name.upper {
    font-size: 65px;
}

.name.lower {
    font-size: 56px;
}