body {
    background: linear-gradient(to right, rgb(203, 17, 17), rgba(37, 117, 252, 1));
    min-height: 20vh;
}

.filter {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 1px;
    min-height: 100vh;
}

.fixed-top {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 1px;
    padding-bottom: 10px;
}

.head {
    margin-top: 10px;
    text-decoration: none;
    /* background: linear-gradient(to right, rgb(203, 17, 17), rgba(37, 117, 252, 1)); */
}

#modal_input {
    min-width: 80vw;
    min-height: 50vh;
}

.head button {
    min-width: 150px;
    min-height: 70px;
}

.head_space {
    margin-top: 90px;
}

.footer_space {
    margin-top: 60px;
    border: none;
}

.font-large {
    font-size: 40px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield
}