* {
    margin: 0;
    padding: 0;
}

html {
    min-height: 100vh;
    display: grid;
    place-items: center;
}

body {
    background-color: #1d3636;
    color: #eee;
    font-family: sans-serif;
    text-align: center;
}

a:link, a:hover, a:visited, a:active {
    color: #6ee742;
}

canvas {
    box-shadow: 0 0 0 0.5rem #cadec1;
}

h1 {
    margin-bottom: 1.5rem;
}

p {
    margin-top: 1.5rem;
    font-size: 1rem;
}

#p5_loading {
    position: static !important;
    display: block;
    margin: 2rem auto;
    text-align: center;
    font-size: 1.8rem;
}

#p5_loading::after {
    display: block;
    content: 'If this doesn\'t disappear, try refreshing the page.';
    font-size: 1rem;
    margin-top: 1rem;
}
