body {
    margin: 0;
    padding: 0;
    background: white;
    font-family: Arial, Helvetica, sans-serif;
}

.container {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
}

.forsale {
    color: red;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.forsale span {
    color: black;
}

.contact {
    font-size: 16px;
    margin-bottom: 20px;
}

.contact a {
    color: blue;
    text-decoration: none;
}

.links p {
    font-size: 16px;
    margin: 6px 0;
}

.image-container {
    margin-top: 30px;
}

.image-container img {
    max-width: 350px;
    height: auto;
}
