#weather > div {
    margin: 1.5rem;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.3);
}
