body {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background-size: cover;
  background-image: url("https://s3-ap-southeast-2.amazonaws.com/elena.kosobrodova.codepen/weather/local-weather/css/pictures/linh-pham-215843-unsplash.jpg");
}

.dark-text {
  padding-top: 20px;
  color: navy;
  font-family: Times New Roman;
  font-size: 50px;
}

.weather-box {
  border-radius: 10px;
  position: relative;
  margin: 10% auto;
  width: 500px;
  height: 300px;
  padding: 30px;
  display: table;
  opacity: 0.8;
  background-color: white;
}

.button {
  height: 40px;
  width: 70px;
  border-radius: 3px;
  color: black;
  font-weight: 700;
  outline: none;
  font-size: 20px;
  padding: 6px 15px 6px 15px;
  margin-left: 30px;
  cursor: pointer;
  background: none;
}

.white-text {
  color: white;
  font-size: 20px;
  font-family: Times New Roman;
}

#temp {
  margin-left: 3rem;
}

#weather-icon {
  font-size: 2.7rem;
  margin: 2rem;
}

table {
  margin: 7% 15%;
}

td,
th {
  padding-left: 3rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}

#odd {
  background-color: rgb(233, 233, 233);
}


/*# sourceMappingURL=/style.78032849.css.map */