body {
  font-family: "Original Surfer", cursive;
  background-image: url(https://i1.wp.com/www.antarctica.gov.au/__data/assets/image/0006/63456/varieties/antarctic.jpg?zoom=2);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: auto;
  padding: auto;
}
.container-fluid {
  border-radius: 10px;
  border-style: hidden;
  border-color: black;
  display: block;
}
.header-img {
  display: inline-flex;
  height: 220px;
  width: 250px;
  margin: 10px auto;
}
.title {
  text-decoration: #ffbe00;
  color: orange;
  margin-left: 0px;
  text-align: center;
}
a {
  text-decoration: none;
  color: orange;
}
.time {
  font-size: small;
}
.card {
  width: 12rem;
  justify-content: center;
  flex-direction: row;
  border-radius: 20px;
}
.card-body {
  text-align: center;
  background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
  border-radius: 20px;
}
.weather-forecast-date {
  text-align: center;
}
.temperature {
  text-align: center;
}
.weather {
  text-align: center;
}
.snow {
  text-align: left;
}
.col-12 h1 {
  text-align: center;
}

button {
  font-weight: bold;
  border: solid thin lightblue;
  border-radius: 15 px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 4px 8px;
  transition: all 180ms ease-in-out;
}
button:hover {
  background: #0b5ed7;
  color: #ffff;
}

#current-location {
  width: small;
  background-color: inherit;
  border: none;
}
#feels {
  align-content: center;
  background-color: inherit;
  border-style: none;
  text-shadow: #444;
  font-weight: bolder;
  color: #ffa500;
}

.form-wrapper {
  background-color: inherit;
  background-image: -webkit-linear-gradient(top, inherit, #eae8e8);
  background-image: -moz-linear-gradient(top, inherit, #eae8e8);
  background-image: -ms-linear-gradient(top, inherit, #eae8e8);
  background-image: -o-linear-gradient(top, inherit, #eae8e8);
  background-image: linear-gradient(top, inherit, #eae8e8);
  border-color: #dedede #bababa #aaa #bababa;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 3px rgba(255, 255, 255, 0.1), 0 3px 0 #bbb,
    0 4px 0 #aaa, 0 5px 5px #444;
  -moz-box-shadow: 0 3px 3px rgba(255, 255, 255, 0.1), 0 3px 0 #bbb,
    0 4px 0 #aaa, 0 5px 5px #444;
  box-shadow: 0 3px 3px rgba(255, 255, 255, 0.1), 0 3px 0 #bbb, 0 4px 0 #aaa,
    0 5px 5px #444;
  margin: 100px auto;
  overflow: hidden;
  padding: 8px;
  width: 370px;
}
.form-wrapper #search {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
  -moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
  box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: inherit;
  float: left;
  font: 16px "Original Surfer", cursive;
  height: 20px;
  padding: 10px;
  width: 320px;
}

.form-wrapper #search:focus {
  border-color: #aaa;
  -webkit-box-shadow: 0 1px 1px #bbb inset;
  -moz-box-shadow: 0 1px 1px #bbb inset;
  box-shadow: 0 1px 1px #bbb inset;
  outline: 0;
}

.form-wrapper #search:-moz-placeholder,
.form-wrapper #search:-ms-input-placeholder,
.form-wrapper #search::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
}

.form-wrapper #submit {
  background-color: #0483a0;
  background-image: -webkit-linear-gradient(top, #31b2c3, #0483a0);
  background-image: -moz-linear-gradient(top, #31b2c3, #0483a0);
  background-image: -ms-linear-gradient(top, #31b2c3, #0483a0);
  background-image: -o-linear-gradient(top, #31b2c3, #0483a0);
  background-image: linear-gradient(top, #31b2c3, #0483a0);
  border: 1px solid #00748f;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
  color: #fafafa;
  cursor: pointer;
  height: 42px;
  float: right;
  font: 15px Arial, Helvetica;
  padding: 0;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  width: 78px;
}

.form-wrapper #submit:hover,
.form-wrapper #submit:focus {
  background-color: #31b2c3;
  background-image: -webkit-linear-gradient(top, #0483a0, #31b2c3);
  background-image: -moz-linear-gradient(top, #0483a0, #31b2c3);
  background-image: -ms-linear-gradient(top, #0483a0, #31b2c3);
  background-image: -o-linear-gradient(top, #0483a0, #31b2c3);
  background-image: linear-gradient(top, #0483a0, #31b2c3);
}

.form-wrapper #submit:active {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  outline: 0;
}

.form-wrapper #submit::-moz-focus-inner {
  border: 0;
}
