body, html {
    font-family: 'Homemade Apple';
    overflow: hidden;
    height: 100%;
}

.content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

header img {
    width: 6.8vw;
}

#title {
    color: #9DBFC7;
    font-size: 3vw;
    line-height: 2;
    margin-top: 5vw;
    text-align: left;
}

.left {
    width: 50%;
    padding: 5vw 5vw 5vw 8.5vw;
    box-sizing: border-box;
}

.right {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#invite {
    height: 90vh;
}

#bottom {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    padding: 5.5vw 5.5vw 5.5vw 8.5vw;
}

#enter {
    color: #fff;
    font-size: 3vw;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#enter::after {
    content: "";
    display: inline-block;
    height: 5vw;
    width: 7vw;
    margin-left: 2.5vw;
    background-image: url("../images/landing/Arrow-white.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#enter:hover {
    color: #FF6920;
    transform: rotate(-7deg);
}

#enter:hover::after {
    background-image: url("../images/landing/Arrow-orange.png");
}

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