#thankyou {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem;
    color: var(--pastel);
}

#thankyou img {
    width: 100%;
    height: 100%;
    border-radius: 10rem 10rem 0 0 ;
    border: 5px solid var(--gold);
    margin-bottom: 2.5rem;
}

#thankyou p,
#thankyou h4 {
    font-family: "Forum", serif;
    font-weight: 400;
    font-style: normal;
}

#thankyou p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

#thankyou h4 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

#thankyou h1 {
    font-family: "Italianno", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
}

#footer{
    position: relative;
    background: linear-gradient(to bottom, transparent 0%, rgba(28, 46, 92, 0.7) 20%, rgba(28, 46, 92, 0.7) 100%);   
}

#footer .container {
    padding: 3rem 1rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Forum", serif;
    font-weight: 400;
    font-style: normal;;
    text-align: center;
}

#footer h4 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: var(--gold);
}

#footer .social-media {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

#footer i {
    background-color: var(--gold);
    color: var(--blue);
    padding: 5px;
    border-radius: 100%;
}

#footer img {
    width: 100px;
    height: 100px;
    margin-bottom: 1rem;
}
