body {
    margin: 0;
    padding: 2em;
    font-family: ibm-plex-mono, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 1.2;
    filter: url(#analogue);
    background-color: #f3f4f1;
}

h1 {
    color: blue;
}

#topright {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 2em;
}

#topright img {
    height: 62px;
    width: 62px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}