body {
    overflow: hidden;
    background-color:#607080
}

h1 {
    color:#e040e0
}

.footer {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    max-height: 200px;
    gap: 1em;
}

.footer img {
    max-height: 200px;
    max-width: auto;
}

.footer-emoticon {
    white-space:pre;
    text-align:center;
}

.footer-emoticon p {
    margin:0;
    padding:0;
    font-family: monospace;
    color:silver;
}