body {
  font-family: poppins;
}

h1,
h2,
h3 {
  color: #0f3057;
  font-weight: bolder;
  text-align: center;
}
h1 {
  font-size: 30px;
  margin: 80px 0 20px 0;
}

h2 {
  font-size: 20px;
  line-height: normal;
}

h3 {
  font-size: 30px;
  margin: 60px 0 20px 0;
}

h3 .temperature {
  color: #ffe3de;
  font-size: 50px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 3;
}

a {
  text-decoration: none;
}

form .form-control:focus {
  border-color: #0f3057;
  box-shadow: none;
}

current-location-button {
  display: inline-block;
  color: white;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  border-radius: 30px;
  background-color: #0f3057;
  border: 1px solid transparent;
  padding: 8px 12px;
  font-size: 15px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

current-location-button:hover {
  background-color: #00587a;
  border: 1px solid transparent;
  cursor: pointer;
}

.weather-app-wrapper {
  max-width: 800px;
  margin: 20px auto 40px;
}

.weather-app {
  border: 1.5px solid #0f3057;
  border-radius: 10px;
  margin: 30px auto;
  padding: 50px;
  max-width: 800px;
  background-image: url(https://images.creativemarket.com/0.1.0/ps/5272950/910/628/m2/fpnw/wm0/sunset-colors-%281%29-.jpg?1540691231&s=40e82e11ce05541d9382dd5c8a8b9fa1);
  background-size: 1600px;
}

.search-box {
  padding-right: 0;
  margin-left: auto;
}

.search {
  border: none;
  border-top: 1.5px solid #0f3057;
  border-left: 1.5px solid #0f3057;
  border-bottom: 1.5px solid #0f3057;
  border-radius: 4px 0px 0px 4px;
}

.submit-box {
  padding-left: 0;
  margin-right: 50px;
}

.submit {
  border: none;
  border-top: 1.5px solid #0f3057;
  border-right: 1.5px solid #0f3057;
  border-bottom: 1.5px solid #0f3057;
  border-radius: 0px 4px 4px 0px;
}

.today {
  margin: 40px 50px;
  font-size: 20px;
  color: #0f3057;
  text-align: center;
}

.hour-forecast-icon {
  width: 90%;
}

.day-1 {
  border: 1.5px solid #00587a;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 17px;
  color: #0f3057;
}

.day-2 {
  border-top: 1.5px solid #00587a;
  border-bottom: 1.5px solid #00587a;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 17px;
  color: #0f3057;
}

.day-3 {
  border-top: 1.5px solid #00587a;
  border-bottom: 1.5px solid #00587a;
  border-right: 1.5px solid #00587a;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 17px;
  color: #0f3057;
}

.daily-forecast-icon {
  width: 70%;
}
