body , html{
    margin: 0;
    padding: 0;

}


input[type="text"] {
    height: 40px;
    font-size: 20px;
    margin-right: 5px;
    border: 1px solid grey;
    border-radius: 10px;
}


.jumbotron {
    background-image: url("atmo.jpg");
    overflow: hidden;
    background-size: cover;
    background-position: center;
}


#show {
    display: flex;
    justify-content: space-between;
    margin-left: 220px;
    text-align: center;
    margin-top: 100px;
  
    
    
}

#days {
    display: flex;
    justify-content: space-between;
    background-color: honeydew;
    margin-top: 50px;
    border: 1px solid black;
    text-align: center;
    width: 90%;
    margin:auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

#current {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    background-color: honeydew;
}

#week {
    display: flex;
    justify-content: center;
    margin-top: 150px;
    background-color: honeydew;
}

