.lp-bg{
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex; /* NEW */
}
.lp-title{
    position: absolute;
    bottom: 20%;
}
.lp-title>h1{
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    color: #ffffff;
}
.lp-link{
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #006f72;
}
.lp-link:hover{
    text-decoration: none;
    color: #ffffff;
}
