<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.section-contact{
    background-color: #FAFBFC;
}
.heading-1{
    font-size: 3rem;
    font-weight: 600;
}
p{
    color: grey;
}
b{
    color: black;
}
iframe{
    width: 100%;
    height: 250px;
}
.contact-form{
    background-color: #F0F0F0;
    padding: 3rem;
}

.contact-input{
    width: 100%;
    border: none;
    outline: none;
    padding: 0.8rem;
    margin-top: 1rem;
}

.contact-input::placeholder,#text-area::placeholder{
    font-weight: 600;
}

#text-area{
    width: 100%;
    border: none;
    outline: none;
    margin-top: 1rem;
    padding: 0.8rem;
    resize: none;
}

.submit-btn{
    margin-top: 1rem;
    padding: 0.8rem 1.5rem;
    border-radius: 0.4rem;
}

.alert{
    position: absolute;
    top: 20%;
    left: 40%;
    z-index: 1000;
}</pre></body></html>