#thankyou-modal {
    display: none;
}
#thankyou-modal p {
    text-align: center;
}

#thankyou-content {
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.thankyou-content h1 {
    font-family: 'ABC', sans-serif;
    line-height: 0.9em;
    font-size: 3em;
    margin-bottom: 10px;
}