
.form-heading {
    font-family: "Roboto";
    font-size: 36px;
    padding-top: 40px;
    padding-bottom: 20px;
    color: black;
    font-weight: 300;
}


label {
    margin-bottom: 9px;
    color: #3a3a3a;
    font-weight: 700;
    line-height: 1.75;

}

.btn {
    background-color: #ff3859;
    border: none;
    padding: 16px 20px;
    line-height: 1;
    font-weight: 700;
    color: white;
    cursor: default;
}

#resume{
    border: 2px solid rgb(178, 178, 178) ;
    padding: 0.5vmax 1vmax;
    border-radius: 0.4rem;
}
.form-heading{
    color: #ff3859;
    /* background-color: aquamarine; */
    border-bottom: 1px solid #ff3859;
    margin-bottom: 1vmax !important;
}
.pt{
    color: rgb(166, 166, 166);
}