body {
    font-family: 'Homemade Apple';
}

header {
    width: 100%;
    margin-top: 15vw;
    margin-bottom: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

header img {
    width: 17vw;
    display: block;
}

#title {
    color: #9DBFC7;
    font-size: 8vw;
    line-height: 2;
    margin: 0 5vw 10vw 5vw;
    text-align: center;
}

#invite {
    width: 100%;
    margin-bottom: 5vw;
}

#bottom {
    position: relative;
    display: flex;
    justify-content: center;
    height: 25vw;
    width: 100%;
    padding-top: 10vw;
    padding-bottom: 10vw;
}

#enter {
    color: #FF6920;
    font-size: 11vw;
    text-align: center;
    margin-top: 10vw;
    display: flex;
    align-items: center;
}

#enter:after {
    content: "";
    display: inline-block;
    width: 20vw;
    height: 100%;
    margin-left: 4vw;
    background-image: url("../images/landing/Arrow-orange.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#yay {
    color: #fff;
    font-size: 5vw;
    position: absolute;
    transform: rotate(-20deg);
    top: 9%;
    left: 5%;
}
