.contact_btn{
    font-size: 1.3rem;
    font-weight: bold;
    gap: 3px;
    color: white;
    border-radius: 5px;
    width: 200px;
    height: 50px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;   
    line-height: 1.5;
    appearance: none;
    background-clip: padding-box;
    border: 1px solid var(--black);
    background-color: var(--gray);
    outline: none;
    color: var(--light);
}
label{
    margin-bottom: 2px;
    display: inline-block;
}
