body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fdfdfd;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
}

h1, h2 {
    color: #1a1b18;
    margin-bottom: 20px;
}

p, li {
    margin-bottom: 10px;
}

a {
    color: #007bff;
}

.back-link {
    display: inline-block;
    margin-bottom: 30px;
    font-weight: bold;
    text-decoration: none;
} 