* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    background: #fafafa;
    color: #333;
    line-height: 1.6;
    padding: 80px 40px;
}

.container {
    max-width: 600px;
    margin: 0 auto;
}

h1 {
    font-size: 2.8rem;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
    text-align: left;
}

.contact {
    color: #555;
    font-size: 1rem;
    margin-bottom: 20px;
}

.contact a {
    color: #1f7a8c;
    text-decoration: none;
}

.contact a:hover {
    color: #022b3a;
}

hr {
    border: none;
    height: 1px;
    background: #ddd;
    margin-bottom: 40px;
}

ul {
    list-style: disc;
    margin-bottom: 40px;
    padding-left: 20px;
}

li {
    margin-bottom: 12px;
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

