@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&display=swap');

html {
    /* Credit goes to lobarts (Pixabay) for background image! */
    background-image: url('./assets/forest-5889923.png');
    background-attachment: fixed;
    background-position-x: center;
    background-size: cover;
}