* {
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'VT323', monospace;
    line-height: 1.5rem;
    font-size: 18px;
    overflow: hidden;
    position: absolute;
    top: -5px;
}
canvas{
    display: none;
}
header {
    display: flex;
    align-items: baseline;
    font-size: 18px;
    padding: 2rem;
}
button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

header h1 {
    margin-right: 1.5rem;
}

input {
    margin-top: 2rem;
    font-size: 18px;
}

pre {
    font-family: 'Courier New', 'monospace';
    font-size: 10px;
    line-height: 0.5;
    filter: drop-shadow(1px 1px 1px black);
    display: flex;
    justify-content: center;
    align-items: center;
}

footer {
    position: absolute;
    bottom: 1rem;
}
