@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;1,100;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/milligram/1.4.1/milligram.css');
@import url('https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css');

* {
    font-family:'Roboto', Arial, Helvetica, sans-serif;
}

html {
    min-height: 100%;
    background-color: rgb(126, 88, 161);
}

.center {
    text-align: center;
}

h1 {
    font-weight: 400;
    color: whitesmoke;
}

label {
    font-weight: 400;
    color: black;
}

.div-quote {
    background-color: white;
    margin-left: 5%;
    margin-right: 5%;
    padding: 10px;
    border-color: whitesmoke;
    box-shadow: 26px 28px 15px -8px rgba(0,0,0,0.15);
    border-radius: 0.7rem;
}

.div-blocked {
    pointer-events: none;
}

select, input {
    min-width: 50% !important;
    width: 70% !important;
}

.separate {
    margin: 20px;
}

.price {
    color: blueviolet;
    font-size: x-large;
    font-weight: 700;
}

button:hover {
    color: whitesmoke !important;
    background-color: blueviolet !important;
}

button:active {
    background-color: black !important;
}

.text-red {
    color: red !important;
}