a {
  color: #fff;
}

body {
  font-family: "Lato", sans-serif;
}

h1 {
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #fff;
  margin-bottom: 15px;
}

p,
li:first-letter {
  text-transform: capitalize;
}

ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.active-link {
  color: #5a6168;
  cursor: default;
}

.active-link:hover {
  text-decoration: none;
  color: #5a6168;
}

.btn {
  font-size: 20px;
  padding: 2px 22px;
  margin: 0 10px;
  height: 38px;
}

.city {
  text-align: center;
  color: #fff;
  font-size: 20px;
  width: 120px;
  margin-bottom: 10px;
}

.code-link {
  color: #5a6168;
  text-decoration: underline;
}

.container {
  max-width: 560px;
  position: fixed;
  top: 10px;
  left: 10px;
  padding: 20px 0px 20px 35px;
  border: 1px solid #5a6168;
  border-radius: 8px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  background-image: url("https://images.pexels.com/photos/2086748/pexels-photo-2086748.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=550");
}

.current-time,
.humidity {
  text-align: right;
  font-size: 17px;
  color: #fff;
}

.date-column {
  margin-top: 10px;
}

.degrees {
  font-size: 65px;
  color: #fff;
}

.description {
  font-size: 20px;
  margin: 0;
  width: 200px;
  text-align: center;
  color: #fff;
}

.first-button {
  margin-left: 25px;
}

.forecast {
  font-size: 17px;
  color: #fff;
  text-align: center;
}
#forecast-line {
  width: 513px;
}

.forecast-emoji {
  width: 60px;
}

.signature {
  position: fixed;
  top: 530px;
  left: 15px;
  color: #5a6168;
}

.units {
  position: relative;
  top: -36px;
  font-weight: bold;
  color: #fff;
}
