body {
  font-family: Cerebri Sans, Helvetica, Arial, sans-serif;
  margin: 60px;
  background: whitesmoke;
}

form {
  display: block;
  padding-bottom: 20px;
}

#location-button {
  margin-top: 10px;
  color: white;
  background: #0f3460;
  border: solid 1pt black;
  border-radius: 10px;
}

#current-location-btn {
  position: relative;
  color: #0f3460;
  background: white;
  top: -48px;
  left: 130px;
  border: solid 1pt black;
  border-radius: 10px;
}

h1 {
  font-family: "Fjalla One", sans-serif;
  padding-bottom: 10px;
  line-height: 15px;
  color: #16213e;
  font-size: 40px;
  font-weight: 900;
}

h2 {
  padding: 0;
  position: relative;
  top: -280px;
  left: 275px;
  font-family: "Fjalla One", sans-serif;
  color: #16213e;
  font-size: 40px;
  font-weight: bold;
}

#far-temp {
  font-size: 20px;
  color: #16213e;
}

.pipe {
  font-size: 20px;
}

#cels-temp {
  font-size: 20px;
  color: #16213e;
  position: relative;
  left: -5px;
}

.main-container {
  display: block;
  margin: 0 auto;
  width: 750px;
  height: 600px;
  padding: 35px;
  background-image: linear-gradient(45deg, #93a5cf 0%, #e4efe9 100%);
  border-radius: 10%;
}

.subheader {
  display: block;
  padding-top: 0;
  font-family: Cerebri Sans, Helvetica, Arial, sans-serif;
  color: #393b44;
  font-weight: lighter;
  font-style: italic;
}

#description {
  display: block;
  position: relative;
  top: -20px;
  left: 550px;
  padding-top: 0;
  font-family: Cerebri Sans, Helvetica, Arial, sans-serif;
  color: #393b44;
  font-weight: bold;
  font-style: italic;
}

.details {
  list-style: none;
  display: inline;
  position: relative;
  top: -300px;
  left: 275px;
  font-size: 14px;
  color: #393b44;
  margin: auto;
  font-weight: lighter;
  font-style: italic;
}

#icon {
  display: inline;
  position: relative;
  top: -170px;
  left: 500px;
  padding: 35px 20px;
}
.five-hour-forecast {
  font-family: "Fjalla One", sans-serif;
  color: #16213e;
  font-size: 40px;
  font-weight: 900;
  position: relative;
  top: -250px;
  left: 220px;
}
.container {
  display: block;
  background: rgb(204, 222, 238);
  width: 670px;
  height: 190px;
  padding-top: 20px;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
  top: -240px;
  text-align: center;
}

.col-2 {
  display: block;
  padding: px;
  margin-left: 15px;
}

.forecast-time {
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.temp {
  display: block;
  font-size: 14px;
  color: #52575d;
  font-weight: bold;
}

#forecast-icon {
  display: block;
  padding: 0;
}

.footer {
  display: block;
  max-width: 2000px;
  padding-left: 300px;
  padding-right: 300px;
}

#signature {
  display: block;
  position: relative;
  font-family: monospace;
  font-size: 16px;
  margin: 0 auto;
  padding-top: 10px;
}
