body,
html {
  margin: 0;
  padding: 0;
}

nav {
  height: 75px;
  background-color: rgb(100, 100, 255);
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

h1 {
  color: white;
  font-size: 24px;
  font-family: Helvetica;
  justify-self: center;
}

.search-title {
  font-size: 24px;
  color: black;
  font-weight: bold;
}

#search {
  margin-bottom: 10px;
}

.search-container {
  margin-top: 10px;
  margin-bottom: 10px;
}

.search-btn-box {
  margin-bottom: 10px;
}

.today-weather {
  border: 1px solid black;
  padding: 10px;
  margin: 10px 0;
}

.next-weather {
  border: 1px solid black;
  padding: 10px;
  margin: 10px 0;

}

.col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px 0 rgba(20, 43, 217, 0.5);
  width: 40px;
  height: 200px;
}

.search-btn-box {
  margin: 0;
  padding: 2px;
  background-color: rgb(70, 72, 72);
  width: 80%;
}