/* Global Styles */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Oxygen';
    color: #3c485c;
    text-align: center;
    background-color: #fff;
    line-height: 1.6;
}

body {
    display: flex;
    flex-direction: column;
}

h1, h2 {
    color: #3c485c;
    font-family: 'Oxygen';
}

/* Header Styles */
header {
    text-align: center;
    margin-top: 25px;
    padding: 20px;
}

header h1 {
    font-size: 3rem;
    line-height: 0.6;
    margin: 0 0 20px;
}

header p {
    font-size: 1.2rem;
    margin: 0 0 40px;
}

/* Main Section Styles */
main {
    max-width: 800px;
    margin: 25px auto 15px;
    padding: 0 20px;
    flex: 1;
}

h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

p {
    font-size: 1rem;
    margin: 0 12px 0;
}

.loqi-icon {
    width: 82px;
    margin: 0;
}

/* Footer Styles */
footer {
    text-align: center;
    padding: 10px 0;
    color: #3c485c;
    opacity: 0.8;
    font-size: 0.8rem;
    border-top: 1px solid #E5E5EA;
}

.footer-links a {
    margin: 0 12px;
    color: #3c485c;
    text-decoration: none;
    font-size: 0.8rem;
}

.footer-links a:hover {
    text-decoration: underline;
}

.copyright {
    font-size: 0.8rem;
    margin: 2px;
}
