input#send{
    font-weight: 900;
}

form#contact label{
    font-weight: bold;
}

form#contact>section>div{
    background-color: rgb(72, 212, 148);
}

form#contact input[type="submit"]{
    color: white;
    background-color: #09162a;
}

