.code {
    background: black;
    border-radius: 0.5rem;
    color: white;
    padding: 1rem;
    white-space: pre-wrap;
}

#footer {
    background-color: #5bd7b3;
    color: white;
    padding: 1rem;
    text-align: center;
}
