body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
   background-image: url('http://www.pixelstalk.net/wp-content/uploads/2016/07/Download-Free-Weather-Background.jpg'); 
}

#weather-container {
    max-width: 400px;
    margin: auto;
}

#weather-icon {
    width: 100px;
    height: 100px;
}

#temperature {
    font-size: 36px;
    margin-bottom: 10px;
}

#description {
    font-size: 18px;
    color: #555;
}
