@import url("https://fonts.googleapis.com/css2?family=Estonia&family=Montserrat:wght@200&family=Twinkle+Star&display=swap");

body {
  background-color: rgba(1, 20, 16, 0.533);
  font-family: "Estonia", cursive;
  font-family: "Montserrat", sans-serif;
}

.title h1 {
  font-size: 50px;
  color: rgb(90, 228, 231);
}

.container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5%;
}

.hidden {
  visibility: hidden;
}

.search-bar {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.search-text {
  width: 230px;
  border-radius: 5px;
  height: 20px;
  font-size: 15px;
}

.searchbtn {
  width: 80px;
  border-radius: 6px;
  height: 25px;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  background-color: rgb(101, 4, 4);
  color: rgba(171, 254, 255);
}

.hidepage {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.currentweatherdiv {
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 250px;
  background-color: rgba(171, 254, 255);
  margin-top: 15px;
  box-sizing: border-box;
  border: rgba(171, 254, 255) solid 1px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.currentweather {
  font-size: 30px;
  font-weight: 400;
}

.locationdiv {
  display: flex;
  width: 100%;
  height: 60px;
  display: flex;
  gap: 5px;
  background-color: rgb(171, 254, 255);
  border-bottom: rgb(101, 4, 4) solid 2px;
  justify-content: center;
}

.locationdiv h3 {
  margin-left: 5px;
}

.formatstyle {
  margin-left: 50px;
  border-radius: 70px;
  height: 40px;
  width: 40px;
  margin-top: 10px;
  background-color: rgb(101, 4, 4);
  color: rgb(171, 254, 255);
}

.locationdiv h3 {
  font-weight: bolder;
  font-size: 20px;
}

.weatherdiv {
  display: flex;
  justify-content: center;
  gap: 5px;
  background-color: rgb(171, 254, 255);
  border-bottom: rgb(101, 4, 4) solid 2px;
  max-height: 40%;
  align-content: center;
}

.weatherdescriptiondiv {
  display: flex;
  flex-direction: column;
  background-color: rgba(171, 254, 255, 0.649);
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  gap: 0px;
  padding: 5px;
  margin-left: 15px;
  width: 120px;
  border-left: rgb(101, 4, 4) solid 2px;
  height: auto;
}

.topweatherdesc {
  align-self: center;
  justify-content: center;
  margin-bottom: 0px;
  font-size: 22px;
  color: black;
  font-weight: bolder;
}

.bottomweatherdesc {
  align-self: center;
  justify-content: center;
  margin-top: 5px;
  font-size: 17px;
  color: rgb(101, 4, 4);
}

.other-info {
  display: flex;
  justify-content: space-evenly;
  padding: 4px;
  background-color: rgba(171, 254, 255);
  box-sizing: border-box;
  margin-top: 4px;
}

.tempdiv p {
  margin: 5px 0px;
  padding: 0px;
  font-size: 18px;
}

.other-info-label {
  color: rgb(68, 3, 3);
  font-size: 15px;
  font-weight: bold;
}

.otherdaysdiv {
  display: flex;
  gap: 7px;
  margin-top: 10px;
}

.square {
  width: 150px;
  height: 100px;
  background-color: rgb(101, 4, 4);
  text-align: center;
  align-content: center;
  border-radius: 5px;
}

.square p {
  color: rgba(171, 254, 255);
}

button {
  cursor: pointer;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-footer {
  margin-top: 20px;
  margin-bottom: -10px;
}

.footer p {
  color: rgb(56, 1, 1);
  font-weight: 700;
}

.highlight {
  color: rgba(171, 254, 255);
  text-decoration-color: rgba(171, 254, 255);
  font-weight: 700;
}
