.thankyou {
    text-align: center;
    padding: 2rem;
    color: var(--text-color);
    border-top: 1px solid var(--text-color);
}

.thankyou img {
    width: 100%;
    height: 100%;
    margin-bottom: 1rem;
}

.thankyou p,
.thankyou h4 {
    font-family: var(--font-biasa);
}

.thankyou h2 {
    font-family: var(--font-kaligrafi);
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.thankyou p {
    font-size: 1rem;
    margin-bottom: 2rem;
}

.thankyou h4 {
    font-size: 1.2rem;
}

.thankyou h1 {
    font-family: var(--font-kaligrafi);
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

.footer{
    background: var(--background-dark);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: var(--font-biasa);
    text-align: center;
    color: var(--text-color-dark);
}

.footer h4 {
    font-size: 1rem;
}

.footer h3 {
    font-size: 1.5rem;
    margin: 0rem 0 1rem 0;
    font-family: var(--font-kaligrafi);
    font-style: italic;
}

.footer .social-media {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.footer i {
    color: var(--text-color);
    background: var(--background);
    padding: 5px;
    border-radius: 100%;
}
