body, 
html {
    margin: 0;
    padding: 0;
    font-family: monospace;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    text-align: center;

}

.root {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90vh;
}

p {
    font-size: 14px;
}

pre {
    font-size: 14px;
}

a {
    font-size: 12px;
    color: #6e6e6e;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}