table{
    font-family: 'Josefin Sans';
    margin: auto;
    margin-top: 50px;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

img {
    width: 70%;
    height: 70%;
  }

#inner{
    width: 50px;
    text-align: right;
    font-size: 30px;
    font-family: 'Edu NSW ACT Foundation', cursive;
}

#disp {
    width: 50px;
    height: 50px;
}

#label {
    width: 180px;
    color: grey;
}

#cityName {
    width: 97%;
    height: 30px;
    border-radius: 5px;
    border: 0px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

#cityName:hover {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
}


button{
    width: 100%;
    height: 35px;
    background-color: whitesmoke;
    border: 0px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

button:hover {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
}