body {
    font-family: monospace;
    background: white;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    flex-direction: column;
}
.container {
    text-align: center;
    max-width: 800px;
}
a {
    color: black;
    text-decoration: none;
}
.panel {
    margin-top: 20px;
    text-align: left;
    border-top: 1px solid black;
    padding-top: 10px;
}
