body{
    background: #ebe9e9;
    background: linear-gradient( -25deg, white, #ebe9e9 )
}
body.dark{
    background: linear-gradient( -25deg, rgb(40, 40, 40), #141414 )
}

#weather{
/*     top: 50px; */
/*     position: absolute; */
/*     font-size: .8rem; */
/*     background: black; */
/*     color: grey; */
/*     min-height: calc(100vh - 70px); */
/*     width: 100%; */
/*     padding-top: 20px; */
}
#weather *{
    font-family: monospace !important;
}
#weather a{
    color: lightgrey;
}

ul#contact-details li{
    list-style: none;
}

#home-expl{
    position: relative;
    z-index: 999;
    /* display: none; */
}