label {
    font-family: "Nunito Sans";
    font-size: 12px;
    color: Grey;
    font-weight: bold;
    display: block;
    margin: 4px 0;
}

input[type=text], input[type=email], input[type=tel], input[type=number] {
    font-family: "Nunito Sans";
    opacity: 0.8;
    width: 100%;
    padding: 6px 10px;
    margin: 4px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

select {
    font-family: "Nunito Sans";
    font-size: 12px;
    opacity: 0.8;
    width: 100%;
    padding: 6px 10px;
    margin: 4px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

textarea {
    font-family: "Nunito Sans";
    opacity: 0.8;
    height: 50px;
    width: 100%;
    padding: 6px 10px;
    margin: 4px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

#buttonForm,
#buttonForm2 {
    width: 100%;
    height: 100%;
    background-color: #6D33B9;
    color: white;
    padding: 7px 10px;
    margin: 8px 0;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    display: none;
}

#buttonForm2:hover, 
#buttonForm:hover {
    background-color: #f1c232;
}

select option {
    color: black;
}
