.random-number-generator-button-container{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    background-color: color-mix(in srgb, var(--bg-color), blue 10%);
    border-radius: 0.5rem;
    padding: 1rem;
}

.random-number-generator-button-container input{
    margin: 0;
    padding: 0.5rem;
    font-family: inherit; /* Inherits the font family from the parent */
    font-size: 2rem;   /* Inherits font-size (e.g., 1rem) from the parent */
    border-radius: 0.5rem;
}