
input {
    font-size: 2rem !important;
    padding: 2rem !important;
    text-align: center;
}

label {
    color: var(--eagles-black);
}

button.eagles {
    font-size: 2rem!important;
    width: 100%;
}

@media screen and (max-width: 900px) {
    label {
        font-size: 2rem;
    }
}

@media screen and (max-width: 500px) {
}