/* import Inter font (if not already loaded) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap');

/* style for h1 elements */
h1 {
    font-family: 'Inter', sans-serif;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
}
