body{
    padding-top: 20vh;
    background:url("../images/about-us-banner.jpg");
    background-size: cover;
}

h1{
    text-align: center;
    background: linear-gradient(to left, #3f87a6, #ebf8e1, #f69d3c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
small, label {
    color: white;
}

form {
    background: rgba(0,0,0,.6);
    padding: 20px;
    border-radius: 20px;
}
