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

body, html {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    background-color: #f4f4f9;
    color: #333;
}

img {
    max-width: 100%;
    height: auto;
}

/* Mobile First CSS */
#logo-id {
    max-height: 60px;
    margin: 0.5rem 0;
}

.header-class {
    background-color: #e63946;
    text-align: center;
    padding: 1rem 0;
}

.main-class {
    padding: 1rem;
}

.section-class {
    margin: 1rem 0;
    padding: 1rem;
    background-color: #ffcad4;
    border-radius: 8px;
}

.heading-class {
    font-size: 1.8rem;
    color: #2b2d42;
}

.description-class {
    margin: 0.5rem 0;
    color: #555;
}

.image-class {
    border-radius: 8px;
    margin-top: 0.5rem;
}

.portfolio-section-class {
    background-color: #6a0572;
    padding: 2rem 1rem;
    border-radius: 8px;
}

.portfolio-heading-class {
    text-align: center;
    color: #f4f4ec;
    margin-bottom: 1rem;
}

.portfolio-image-class {
    max-height: 200px;
    margin: 0.5rem;
    border: 2px solid #f4f4f9;
    border-radius: 8px;
}

.list-class {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0.5rem;
}

.list-item-class {
    background-color: #383e56;
    color: #f4f4ec;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 4px;
}

.newsletter-section-class {
    background-color: #1b263b;
    color: #f4f4f9;
    padding: 2rem 1rem;
    border-radius: 8px;
    text-align: center;
}

.newsletter-heading-class {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.subscribe-form-class {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.email-class {
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    width: 80%;
    max-width: 300px;
    border: none;
    border-radius: 4px;
}

.subscribe-button-class {
    background-color: #e63946;
    color: #f4f4f9;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.footer-class {
    background-color: #2a2a2a;
    color: #f4f4f9;
    text-align: center;
    padding: 2rem 1rem;
}

.contacts-class p {
    margin: 0.5rem 0;
}

.footer-nav-class {
    margin: 1rem 0;
}

.footer-links-class {
    list-style-type: none;
    padding-left: 0;
}

.footer-links-class li {
    margin: 0.5rem 0;
}

.privacy-link-class, .terms-link-class, .disclaimer-link-class {
    color: #e63946;
    text-decoration: none;
}

.disclaimer-text-class {
    font-size: 0.8rem;
    margin-top: 1rem;
    line-height: 1.4;
}
