body{
  background-color: black;
  color: white;
  min-height: 100vh;
}



/* hero section start */
.hero{
  text-align: center;
}
/* hero section ends */




/* main section start */
.main-row{
  padding: 20px;
}

#col{
  padding: 35px;
}

ol li.weather-list-item{
 margin-top: 2.5px;
}

#col a{
  list-style: none;
  text-decoration: none;
}

#col:hover {
  background-color: white;
  color: black;
  cursor: pointer;
  border-radius: 15px;
}

button{
  background-color: white;
  border-radius: 15px;
  padding: 5px 15px 5px 15px;
  font-size: 20px;
  cursor: pointer;
  text-decoration: none;
}

.recipe-btn{
  margin-top: 10px;
}

.fa-solid{
  font-size: 30px;
}

.fas{
font-size: 30px;
}

.column:hover .fa-solid{
  color: rgb(24, 186, 207);
}
.column:hover .fas{
  color: rgb(24, 186, 207);
}

.column:hover button{
  background-color: rgb(50, 218, 218);
}
/* main section end */

