/* Make the whole page feel smoother */
html {
    scroll-behavior: smooth;
}

/* Nice text selection */
::selection {
    background: rgba(246, 198, 0, 0.9);
    color: #000;
}

 body{
    font-family: 'calibri', 'Arial', 'sans-serif';
    padding: 0;
    margin: 0;
 }