#current-time {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    max-width: 300px;
    margin: 20px auto;
}

#weather-widget {
    text-align: center;
    font-family: Arial, sans-serif;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

#weather-widget img {
    width: 50px;
    height: 50px;
}

#weather-info {
    font-size: 18px;
    font-weight: bold;
}
