* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    font-size: 1rem;
	line-height: 1.275rem;
}

.container {
    padding: 40px;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

h1 {
	font-size: 1.75rem;
	font-weight: bold;
	margin-bottom: 30px;
	color: #333;
	line-height: 2.25rem;
}

h2 {
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 12px;
	color: #333;
	line-height: 1.5rem;
}

p {
    margin-bottom: 10px;
    color: #333;
}

ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

li {
    margin-bottom: 8px;
    color: #333;
}

a {
    color: #0066cc;
    text-decoration: none;
    transition: color 0.3s;
}

a:hover {
    text-decoration: underline;
    color: #0052a3;
}

.spacer {
    margin-bottom: 15px;
}

.contact-info {
    margin-top: 15px;
}

.contact-info p {
    margin-bottom: 6px;
}

.info-block {
    margin-bottom: 15px;
    line-height: 1.5rem;
}

.back-link {
    margin-bottom: 20px;
}

.back-link a {
    color: #0066cc;
}

footer.footer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
    color: #666;
}

footer.footer a {
    color: #0066cc;
    text-decoration: none;
    transition: color 0.3s;
}

footer.footer a:hover {
    color: #0052a3;
    text-decoration: underline;
}

footer.footer .separator {
    margin: 0 10px;
    color: #ccc;
}
