#huidigeTijd {
	font-family: 'Roboto Mono', monospace;
}
/* Specifieke media query voor XS schermen: kleiner dan 576px */
@media (max-width: 575.99px) {
    .custom-text-size h1 {
        font-size: 3.5rem;
    }
    .custom-text-size p {
		font-size: 1.25rem;
    }
}
.rounded {
    border-radius: 7px !important;
}
