main section#sec1 {
    position: relative;
    width: 80vw;
    left: 10vw;
}

main section#sec1 span#quote {
    font-size: 13px;
}

input[type="text"], input[type="email"], input[type="tel"]{
    color: black;
    width: 352px;
}
input[type="submit"]{
    color: black;
    width: 356px;
}
textarea{
    resize: none;
    color: black;
    width: 352px;
}

main section#form .form{
    position: relative;
    width: 360px;
    height: 500px;
    left: 40%;
    right: 50%;
    border: solid 1px #314356;
    border-radius: 15px;
    box-shadow:  11px 11px 22px #314356, -11px -11px 22px #394f66;
    padding: 15px;
}

span#quote{
    color: var(--darkorange);
}

h3{
    color: var(--darkorange)
}

