@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&display=swap');

body {
    image-rendering: pixelated;
    background-color: black;
    background-size: 100%;
    font-family: "Lora", serif;
}

.footer {
    grid-row: 10 / span 1;
    grid-column: 1 / span 8;
}

.evilgnomegrid {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(8,1fr);
    grid-template-rows: repeat(10,1fr);
}

img {
    height: 100%;
    width: 100%
}

a {
    height: 100%;
    width: 100%;
}

