body {
    /*background-color: #eef2f3;*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    /*padding: 20px;*/
    color: #333;
}

.alternate-details-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    /*border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    text-align: center;
}

.alternate-title {
    font-size: 2em;
    color: #2c3e50;
    margin-bottom: 10px;
}

.alternate-email {
    font-size: 1.2em;
    color: #555;
    margin-bottom: 20px;
}

.alternate-photos img {
    max-width: 100%;
    max-height: 300px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Responsive Design for AUTO SALES */
@media (max-width: 400px) {

    .title_2 {
    padding: 40px;
    }
    .header1 {
        padding: 0.5rem 1rem 0.5rem 4.5rem;
    }

}