@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(Pacifico.woff2) format('woff2');
}

body {
    font-family: 'Pacifico', cursive;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    background-color: #aedcfa;
    overflow: hidden;
}

.content {
    font-size: 14vw;
    color: #ffb2e4;
    transform: rotate(-5deg) translateX(-2vw) translateY(-4vh);
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.face {
    position: absolute;
    font-size: 20vw;
    padding: 0;
    margin: 0;
    outline: 0;
    opacity: 0.1;
    z-index: -1;
    left: 60%;
    top: 52%;
    transform: rotate(6deg)
}
