@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");

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

body {
  background: url(../img/hvd.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  line-height: 1.7;
  text-align: center;
}
#dateAll {
  font-size: 20px;
  color: rgb(214, 151, 93);
  margin-bottom: 10px; 
}

#input {
  border: 0;
  outline: 0;
  height: 30px;
  width: 270px;
  background: transparent;
  border-bottom: 1px solid rgba(239, 1, 144, 0.9);
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
}

#input::placeholder {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  color: rgba(255, 128, 128, 0.88);
}

h1 {
  font-size: 40px;
  color: rgb(202, 60, 172);
  padding: 10px;
}

#city {
  margin: 5px 0;
  font-size: 35px;
  font-weight: 600;
}
#temp {
  font-size: 50px;
  font-weight: 700;
}
#wind,
#minmax,
#descr,
#minmax,
#pressure,
#humidity,
#voshod {
  font-size: 20px;
 /* text-transform: capitalize;*/
  font-weight: 500;
}
