* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

body {
  background-color: rgba(59, 57, 59, 0.699);
}

.content-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mobile {
  width: 21rem;
  height: 35rem;
  border-radius: 25px;
  background-image: url("mountain.jpg");
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0px 0px 80px;
          box-shadow: 0px 0px 80px;
}

.mobile .cityname {
  text-align: center;
  padding: 1rem;
  color: white;
}

.mobile .degree {
  text-align: center;
  font-size: 3rem;
  color: white;
}

.mobile .description {
  text-align: center;
  font-size: 1rem;
  color: white;
  padding: 1rem;
}

.mobile .icon {
  text-align: center;
  color: white;
}

.mobile .down {
  text-align: center;
  position: absolute;
  top: 83%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mobile .down .search {
  margin: 1rem;
}

.mobile .down .search input[type="search"] {
  padding: 1rem;
  width: 14rem;
  border: none;
  background-color: transparent;
  color: white;
  text-align: center;
  font-size: 1rem;
}

.mobile .down .search input[type="search"]:focus {
  border-bottom: 1px solid white;
}

.mobile .down .button button {
  padding: 1rem;
  font-size: 1rem;
  border-radius: 100px;
  border: 1px solid white;
  cursor: pointer;
  background-color: transparent;
  color: white;
  -webkit-transition: 1s;
  transition: 1s;
}

.mobile .down .button button:hover {
  background-color: #fbfafc;
  color: #030303;
}
/*# sourceMappingURL=main.css.map */