/* Main Content */
.main {
    width: 80%;
    margin: 2rem auto;
    padding: 2rem;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.about,
.weather-info {
    margin-bottom: 2rem;
}

.about h2,
.weather-info h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 1rem;
}

.about p,
.weather-info p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}