:root {
    --content-width: 500px;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
}

.content {
    max-width: var(--content-width);
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 100px auto 0;
}

h3 {
    margin-bottom: 1rem;
    text-align: left;
}

p {
    text-align: left;
}

ul {
    padding-left: 1.5rem;
    text-align: left;
}

a {
    color: #000;
    text-decoration: underline;
}

.back-link {
    margin-top: 2rem;
    text-align: left;
}
