body, html {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
}

.container {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.logo {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 20px;
}

.responsive-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.hero {
    text-align: center;
    margin-bottom: 40px;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
    color: #333;
}

.hero p {
    font-size: 1.2em;
    color: #333;
}

.services, .notice, .contact {
    margin-bottom: 40px;
}

.services-content, .notice-content, .contact-content {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.services-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.services-text {
    width: 60%;
    float: left;
}

.services ul {
    list-style-type: none;
    padding: 0;
}

.services li {
    margin-bottom: 10px;
    color: #333;
}

.price {
    font-size: 1.5em;
    margin-top: 15px;
    color: #333;
}

.note {
    font-style: italic;
}

.notice h2 {
    color: #007bff;
}

.contact a {
    color: #007bff;
    text-decoration: none;
}

.contact a:hover {
    text-decoration: underline;
}
