.holiday-countdown{text-align:center;font-family:'Sansation','Arial',sans-serif;font-size:1.1rem;margin:1.5em auto 1em auto;padding:.7em 1.2em;border-radius:1.2em;background:linear-gradient(90deg,#e0eafc 0%,#cfdef3 100%);color:#1a2a3a;box-shadow:0 2px 12px rgb(0 0 0 / .07);max-width:300px;letter-spacing:.02em}.holiday-name{font-weight:400}.holiday-countdown.st-patrick{background:linear-gradient(90deg,#b7f8db 0%,#50a7c2 100%);color:#1b3e2b}.holiday-countdown.july4{background:linear-gradient(90deg,#fceabb 0%,#f8b500 100%);color:#a13a1a}.holiday-countdown.halloween{background:linear-gradient(90deg,#f7971e 0%,#ffd200 100%);color:#5a2a00}.holiday-countdown.natale{background:linear-gradient(90deg,#e0c3fc 0%,#8ec5fc 100%);color:#2a1a3a}#myImg,#myImg2,#myImg3,#myImg4,#myImg5,#myImg6{border-radius:5px;cursor:pointer;transition:0.3s}#myImg:hover,#myImg2:hover,#myImg3:hover,#myImg4:hover,#myImg5:hover,#myImg6:hover{opacity:.7}.modal{display:none;position:fixed;z-index:20000;padding-top:1px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgb(0 0 0 / .9)}.modal-content{margin:auto;display:block;width:80%;max-width:700px;background-color:#000f16}#caption{margin:auto;display:block;width:80%;max-width:700px;text-align:center;color:#ccc;padding:10px 0;height:150px}.modal-content,#caption{-webkit-animation-name:zoom;-webkit-animation-duration:0.6s;animation-name:zoom;animation-duration:0.6s}@-webkit-keyframes zoom{from{-webkit-transform:scale(0)}to{-webkit-transform:scale(1)}}@keyframes zoom{from{transform:scale(0)}to{transform:scale(1)}}.close{position:absolute;top:15px;right:35px;color:#f1f1f1;font-size:40px;font-weight:700;transition:0.3s}.close:hover,.close:focus{color:#bbb;text-decoration:none;cursor:pointer}@media only screen and (max-width:700px){.modal-content{width:100%}}