@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bungee&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand&display=swap");

body {
    font-family:  Roboto, sans-serif; 
    font-family:  Quicksand, sans-serif; 
    font-size: 11px;
    /* font-weight: 800; */
    /*font-width: 180;*/
}

.form-success {
    color: green;
}

.form-error {
    color: red;
}


h2 {
    font-size:16px;
    font-weight: bold;
    color: rgb(180, 0, 0); 
   /* color: rgb(159, 0, 180); */
    padding: 5px;
}

h3 {
    font-size: 12px;
    color: rgb(180, 0, 0);
    font-style: italic;
}


input {
    font-size: 10px;
}


.hyper {
    font-size: 16px;
    color: blue;
}

button {
    font-size: 10px;
    color: rgb(17, 20, 196); 
}

.disabled-link {
    pointer-events: none;
    color: gray;
    cursor: not-allowed;
}