body {
    background-color: rgb(255, 90, 40);
}

h3 {
    color: rgb(255, 255, 255);
    /* border: solid red; */
    font-size: clamp(20px, 2vw, 100px);
}

.contact-us h1 {
    color: rgb(0, 0, 0)!important;
    /* border: solid red; */
    font-size: clamp(75px, 7.5vw, 100px);
}

.contact-us {
    padding: 5vw 15vw 5vw 15vw;
    /* border: solid red; */
    
}

input, textarea {
    width: 100%;
    font-size: clamp(10px, 1vw, 100px);
    padding: 0.75vw;
    margin-bottom: 1vw;
    border: 1px solid rgb(0, 0, 0);
}

.send-btn {
    /* margin-top: 10vw; */
    font-size: clamp(10px, 1vw, 100px);
    font-weight: 300;
    text-decoration: none;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 90, 40);
    border: 1px solid rgb(0, 0, 0);
    width: fit-content;
    padding: 1vw;
    letter-spacing: 0.1vw;
}

.send-btn:hover {
    text-decoration: none;
}

.contact {
    margin-top: 5vw;
}
.social-media {
    list-style: none;
    color: rgb(0, 0, 0);
    /* margin-left: 1vw; */
}

.contact p, .contact a{
    color: rgb(0, 0, 0)!important;
}





