html{
    height: 100%;
}
body{
    font-family: "Futura";
    min-height: 100%;
    position: relative;
}
.logo{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 90%;
    max-width: 800px;
}
.logo img{
    width: 100%;
    display: block;
}
.hero{
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: 300;
    text-align: center;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.hero .email a{
    color: black;
}