/* Welcome */
body.thankyou {
    height: 100%;
    margin-bottom: 60px;
}
body.thankyou main {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.thankyou-box img {
    width: 150px;
    margin-bottom: 2rem;
}