body {
    background-color: #FF9900;
    color: white;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
}

main {
    max-width: 540px;
    width: 80vw;
}
#obi-wan {
    max-width: 640px;
    width: 80vw;
}
p {
    font-size: 16px;
    line-height: 1.5;
}
a {
    color: white;
    text-decoration: underline;
}
code {
    background-color: #252F3E;
    padding: 4px;
    border-radius: 8px;
}
blockquote,
.skip-label,
.footer {
    text-align: center;
}
