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

body{
  background-color: #2a3b4c;
}
.forecast{
    font-weight: 400;
}
.date{
    font-size: large;
    font-weight: bolder;
}
#city_name {
  list-style: none;
}
.search-button {
  width: 100%;
  background-color: rgb(60, 129, 209);;
  color: white;
  margin-top: 1rem;
  border-bottom: 1px grey solid;
}
button{
    padding: 0.3rem;
    border-radius: 3px;
    margin-bottom: 1.5px;
    background-color: darkgray;
    border: none;
}
.input-group {
  flex-direction: column;
}
.forecast {
  display: flex;
  list-style: none;
}
.day {
  padding: 1rem;
  margin: 0.5rem;
  background-color: rgb(52, 69, 88);
  color: white;
  border-radius: 5px;
}
.form-inline {
    flex-direction: column;
    align-items: stretch;
}

#title{
    margin: 0%;
    padding: 0.5rem;
    background: rgb(20,90,119);
background: linear-gradient(75deg, rgba(20,90,119,1) 27%, rgba(13,66,117,1) 56%, rgba(26,46,84,1) 86%, rgba(7,22,79,1) 100%);
}
header{
    margin:0px;
    padding: 0px;
   
}
.container-fluid{
    padding: 0;
}

#current_date{
    font-size: 1.7rem;
    font-weight: bold;
}
h2{color:white}

.btn-info {
  color: #3c7386;
  background-color: #ffffff;
  border-color: #2295a7;
  font-weight: 700;
}