/* Remove white margin border around all pages */
html, body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
}
