body {
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}

/* HEADER ------------------------------------------------------- */

.header {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    position: relative;
}

.left-title {
    color: #6bb6e8;
    font-size: 28px;
    font-weight: bold;
}

.for-sale {
    color: red;
    font-size: 26px;
    font-weight: bold;
    margin: 5px 0;
}

.contact-header {
    font-size: 16px;
    color: black;
}

.contact-header a {
    color: black;
    text-decoration: none;
}

/* MENU --------------------------------------------------------- */

.menu {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.menu-item {
    display: inline-block;
    padding: 8px 30px;
    border: 1px solid #b7c6d4;
    background: #dfe7ef;
    cursor: default;
    font-size: 14px;
}

.menu-item.active {
    background: #cfd9e2;
    font-weight: bold;
}

/* IMAGE -------------------------------------------------------- */

.image-wrapper {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.image-wrapper img {
    width: 500px;
    max-width: 90%;
    border: 4px solid white;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

/* FOOTER ------------------------------------------------------- */

.footer-section {
    margin-top: 40px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.footer-left {
    display: inline-block;
    margin-right: 50px;
    font-size: 22px;
    color: #e59a8a;
}

.footer-right {
    display: inline-block;
    margin-left: 50px;
    font-size: 20px;
    color: #6bb6e8;
}

.footer-right a {
    color: #6bb6e8;
    text-decoration: none;
}

.footer-center {
    text-align: center;
    margin-top: 40px;
}

.mini-title {
    color: #999;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 22px;
    color: #7fb3d4;
}
