body {
    background-image: url("lake.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    margin: 0;
    height: 100vh;
    width: 100vw;
    overflow-x: hidden;
}

.container {
    max-width: 90%;
    margin: 20px auto;
    border: 3px solid white;
    border-radius: 10px;
    background-color: white;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

h1, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h2 {
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 20px;
}

button {
    border: 1px solid black;
    padding: 10px;
    color: white;
    font-weight: bold;
    width: 200px;
    margin: 5px 0;
    border-radius: 5px;
}

#increment-btn {
    background: #2C2891;
}

#save-btn {
    background: #1C7947;
}

#clear-btn {
    background: #FF5733;
}

#save-el {
    font-weight: bold;
}

#weather-section {
    margin-top: 30px;
}

#zipcode {
    width: 70%;
    padding: 10px;
    font-size: 16px;
}

#weather-info {
    margin-top: 10px;
}

#weather-map {
    margin-top: 15px;
    width: 100%;
    height: 300px;
    border-radius: 10px;
}
