/* Import Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

/* Body */
body {
    font-family: "Roboto", Arial, Verdana, sans-serif;
    padding: 1rem;
}

/* Subtitle */
h2 {
    color: purple;
}

/* Instructions, Numbers and Highlight */
.instructions {
    font-size: 1.25rem;
}

.numbers {
    padding: 1.5rem;
}

.highlight {
    color: #D2386C;
}

/* Number Information */
#numinfo {
    font-size: 1.5rem;
    color: #009B77;
    padding: 1.2rem;
}

