.thankyou {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 4rem 2rem 2rem 2rem;
    color: var(--text-color);
}

.thankyou img {
    width: 100%;
    height: 100%;
    border-radius: 20rem 20rem 0 0;
    margin-bottom: 1.5rem;
    box-shadow: -1px 10px 30px black;
}

.thankyou p,
.thankyou h4 {
    font-family: var(--font-biasa);
}

.thankyou p {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.thankyou h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.thankyou h1 {
    font-family: var(--font-kaligrafi);
    font-size: 1.5rem;
}

.footer{
    background: rgba(0, 0, 0, 0.5);   
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: var(--font-biasa);
    text-align: center;
    color: var(--secondary-text-color);
}

.footer h4 {
    font-size: 1rem;
}

.footer h3 {
    font-size: 1.5rem;
    margin: 0.5rem 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%;
}
