.mainInfo {
  position: relative;
  text-align: center;
  top: -5px;
  left: -5px;
}

h1 {
  position: relative;
  text-align: center;
  top: -6px;
  font-weight: bolder;
  font-size: 91px;
  left: 1px;
  font-family: "Montserrat", sans-serif;
  color: #9d0191;
}

.dayTimeHour {
  position: relative;
  text-align: center;
  top: -20px;
  left: -3px;
  font-family: "Inconsolata", monospace;
  font-weight: bolder;
}

h2 {
  position: relative;
  text-align: center;
  font-size: 129px;
  font-weight: lighter;
  top: -133px;
  left: -50px;
  color: #ffa62b;
  font-family: "Heebo", sans-serif;
}

h3 {
  position: relative;
  text-align: center;
  font-size: 60px;
  top: -284px;
  left: 53px;
  color: #ffa62b;
  font-family: "Heebo", sans-serif;
}

h5 {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  top: -296px;
  left: 60px;
  font-weight: bold;
  font-family: "Inconsolata", monospace;
  color: #0e49b5;
}

.card {
  max-width: 465px;
  margin: 0 auto;
  display: block;
  max-height: 454px;
  margin-top: 40px;
  background-image: linear-gradient(to top, #a3bded 0%, #6991c7 100%);
}

form {
  font-size: 20px;
}

.btnOne {
  width: 77px;
  border-radius: 50px;
  border: -1px thin;
  max-width: 52px;
}

.btn {
  width: 122px;
  border-radius: 50px;
  border: -1px thin;
  max-width: 95px;
  padding: 2px;
  height: 34px;
}
.temperature-unit {
  position: relative;
  right: -3px;
  top: 2px;
}

.℃ {
  width: 34px;
  border-radius: 70px;
  border: none;
  color: #150485;
  padding: 0;
}

.℉ {
  width: 34px;
  border-radius: 70px;
  border: none;
  color: #150485;
  padding: 0;
}

.nowEmoji {
  position: relative;
  font-size: 90px;
  margin: -35px;
  width: 105px;
  left: -168px;
  top: -18px;
}

.nowDescription {
  position: relative;
  left: -174px;
  top: 7px;
  font-size: 18px;
  font-family: "Inconsolata", monospace;
  font-weight: bolder;
}

hr {
  position: relative;
  left: 1px;
  top: -402px;
  font-size: 19px;
  color: #0a043c;
}

li {
  list-style: none;
}
ul {
  padding-left: 16px;
  position: relative;
  left: 1px;
  top: -408px;
  font-weight: bold;
  color: #7c16c3;
}

.maxMin {
  position: relative;
  left: -7px;
  top: -292px;
  font-weight: bold;
  font-size: 20px;
  font-family: "Inconsolata", monospace;
  color: #ebe1ea;
}

.rain {
  position: relative;
  left: 335px;
  top: -419px;
  border: 1px solid #00587a;
  width: 64px;
  margin: 0 0 16px;
  border-radius: 5px;
  font-size: 17px;
  background: #7d60ac;
  color: white;
  font-family: "Inconsolata", monospace;
}

.wind {
  position: relative;
  left: 335px;
  top: -439px;
  font-size: 16px;
  border: 1px solid #00587a;
  width: 99px;
  border-radius: 5px;
  background: #7d60ac;
  color: white;
  font-family: "Inconsolata", monospace;
}

.humidity {
  position: relative;
  left: 335px;
  top: -429px;
  font-size: 16px;
  border: 1px solid #00587a;
  width: 100px;
  border-radius: 5px;
  background: #7d60ac;
  color: white;
  font-family: "Inconsolata", monospace;
}

small {
  text-align: left;
  display: block;
  margin: 0px auto;
  max-width: 473px;
  padding: 4px;
}

.form-control {
  margin: 2px;
  width: 218px;
  border-radius: 5px;
  border: 1px;
  max-width: 249px;
}

.searchCol {
  padding-left: 34px;
  margin-top: 3px;
  padding-right: 0;
}
.celsiusCol {
  padding-left: 5px;
  margin-top: 3px;
}
.farCol {
  padding-left: 2px;
  margin-top: 3px;
}

.col-3 {
  padding-left: 0px;
  margin-top: 3px;
  padding-right: 0;
  max-width: 109px;
}

.forecast {
  max-width: 481px;
  padding-left: 0px;
  margin-top: -412px;
  padding-right: 0;
}

h6 {
  margin: 0px;
  padding-left: 10px;
}

.iconForecast {
  max-width: 52px;
}

.forecast-temperature {
  padding-left: 4px;
  font-size: 14px;
}
