body {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #FFDE01;
    background-image: url(/confetti.svg);
    background-position-x: 0;
    background-position-y: 0;
    margin: 0;
    user-select: none;
}

div#content {
    margin: 0 auto;
    width: 625px;
    height: 175px;
    padding-top: 20px;
    text-align: center;
    font-family: sans-serif;
    background-color: #FFDE01;
    border-radius: 50px;
}

div#content h1 {
    margin: 0;
    font-size: 78px;
    font-family: 'Gochi Hand', cursive;
    font-weight: normal;
    color: #D2232A;
    line-height: 90%;
    text-transform: lowercase;
}

div#content em {
    font-size: 75px;
    font-family: 'Orbitron', sans-serif;
    color: #0053A0;
    font-style: normal;
}

div#content strong {
    font-family: 'Homemade Apple', cursive;
    color: green;
    position: relative;
    display: block;
    left: calc(50% + 75px);
    font-size: 35px;
    width: 300px;
    transform: rotate(-10deg);
    background-color: #FFDE01;
    border-radius: 25px;
}

div#powered-by {
    position: absolute;
    text-align: center;
    bottom: 160px;
    width: 100%;
}

div#powered-by span {
    font-family: 'Gochi Hand', cursive;
    position: relative;
    top: -3px;
}

iframe {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 152px;
    border: 0;
}