body {
    background-image: url(weather.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

h1 {
    text-align: center;
    background-color: black;
    color: rgb(241, 251, 93);
    border: 3px solid grey;
}

header{
    color: white
}

div {
    font-weight: bold;
    font-size: large;
    padding: 5px;
    color: white;
    opacity: .8;
    background: black;
}

.current, .future {
    margin: 10px;
    border: 2px solid grey;
    background-color: black;
    color:  rgb(241, 251, 93)
}

button:hover {
    background-color: grey;
    color: rgb(241, 251, 93);
}