﻿/* Importa il font da Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Georama:ital,wght@0,100..900;1,100..900&family=Fira+Code:wght@300..700&family=Mouse+Memoirs&display=swap');

html, body {
    height: 100%;
    font-family: 'Georama', sans-serif;
    background-color: #e1e1e1;
    margin: 0;
}

h1, h2, h3, h4 {
    font-family: 'Mouse Memoirs', sans-serif;
    margin: 0;
}

a {
    text-decoration: none;
}

footer {
    text-align: center;
    line-height: 1.8;
}

    footer a {
        color: #888;
    }
