body {
    font-family: 'Times New Roman', serif;
  }

header {
    background-image: linear-gradient(to right, #4e32a8, #45556e);
    color: #fff;
    margin: 30px 20px;
    
}
.title-bar {
    text-align: center;
}
h3 {
    margin: 10px;
    text-align: center;
}
.green {
    background-color: green;
}
.yellow { 
    background-color: #F3C508;
}
.red {
    background-color: red;
}
.days {
    background-color: #062a64;
    color: #fff;
    border: 1px solid #062a64;
    border-radius: 20px;
}
.currentDay {
    background-color: #92dce7;
    border: 2px solid #92dce7;
    border-radius: 20px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 20px;
}
#button {
    width: 80%;
    margin-left: 20px;
    align-items: center;
    border-radius: 10px;
}
.cities {
    width:80%;
    text-align: center;
    border-radius: 10px;
}
.inputCity {
    width: 80%;
    border: 2px black solid;
    border-radius: 10px;
    background-color: (0,197,255,0.2);    
}
.cityName {
    font-size: 20px;
    font-weight: bold;

}
.font-white {
    color: white;
    font-weight: bold;
}