body {
    background: linear-gradient(to top, antiquewhite 85%, white 100%);
}
@media only screen and (max-width: 600px) {
    body{
        min-height: 100vh;  
    }
  }


@media only screen and (min-width: 600px) {
    header > div > img{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.sticky-top{
    display: none;
}

#shabbat{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 0);
}

#candlesticks{
    width: 200px;

    height: 100%;
    max-width: 100%;

    pointer-events: none; 
}


#text{
    white-space: pre-line;
    font-size: large;
    display:block;

    
    text-align: center;
    width: 100%;
}




