/* latin */
@font-face {
  font-family: 'Coming Soon';
  font-style: normal;
  font-weight: 400;
  src: local('Coming Soon Regular'), local('ComingSoon-Regular'), url(https://fonts.gstatic.com/s/comingsoon/v11/qWcuB6mzpYL7AJ2VfdQR1t-VWDk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Overlock SC';
  font-style: normal;
  font-weight: 400;
  src: local('Overlock SC'), local('OverlockSC-Regular'), url(https://fonts.gstatic.com/s/overlocksc/v8/1cX3aUHKGZrstGAY8nwVzEGJocWU1A.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Overlock SC';
  font-style: normal;
  font-weight: 400;
  src: local('Overlock SC'), local('OverlockSC-Regular'), url(https://fonts.gstatic.com/s/overlocksc/v8/1cX3aUHKGZrstGAY8nwVzEGHocU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html{
    background: url(http://littlefoot.living/css/20230511_204339.jpg);
    min-height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    font-family: sans-serif;
    }

#demo{
    width: 94%;
    max-width: 960px;
    min-height: 100%;
    margin: 50px auto 10px;
    padding: 50px 8px;
    background-color: rgba(0, 0, 0, 0.54);
    text-align: center;
    font-family: 'Overlock SC', cursive;
    font-size: 40px;
    color: #f00;    
    box-shadow: inset 0 0 40px 0 #dcb700;
    }

.smile-rotate{
    margin: 0 0 0 14px;
    display: inline-block;
    -ms-transform: rotate(121deg);
    -webkit-transform: rotate(121deg);
    transform: rotate(121deg);
    }    

h1{
    text-align: center;
    color: #fff;
    font-weight: 100;
    font-size: 40px;
    /*padding-bottom: 100px;*/
    font-family: 'Overlock SC', cursive;
    opacity: 0.7;
    }
    
.date{
    padding: 21px 0 33px;
    text-align: center;
    color: #00fdfd;
    font-family: 'Bad Script', cursive;
    font-size: 21px;
    }    
    
.countup{
    text-align: center;
    margin-bottom: 20px;
    }

.countup .timeel{
    display: inline-block;
    padding: 10px;
    background: #151515;
    margin: 0;
    color: white;
    min-width: 2.6rem;
    margin-left: 13px;
    border-radius: 10px 0 0 10px;
    }
    
.countup span[class*="timeRef"]{
    border-radius: 0 10px 10px 0;
    margin-left: 0;
    background: #e8c152;
    color: black;
    }    
    
h5{
    width: 80%;
    margin: 0 auto 20px;
    font-size: 19px;
    font-weight: 400;
    font-family: 'Coming Soon', cursive;
    color: aquamarine;
    }    
        
h6{
    margin: 0 7px 40px;
    font-size: 16px;
    font-weight: 100;
    font-family: 'Overlock SC', cursive;
    color: #fff;
    }    
    
p{
    margin: 0 20px 20px;
    font-family: 'Overlock SC', cursive;
    font-size: 24px;
    color: #fff;
    }    

img{
    max-width: 100%;
    border-radius: 50%;
    }

#clockdiv div > span{
    padding: 15px;
    border-radius: 3px;
    background: #00816A;
    display: inline-block;
    }

.btn{
    display: block;
    width: 100px;
    height: 18px;
    padding: 20px 0 0 0;
    margin: 20px auto;
    background: #398525; /* old browsers */
    background: -moz-linear-gradient(top, #8DD297 0%, #398525 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8DD297), color-stop(100%,#398525)); /* webkit */
    -webkit-box-shadow: inset 0 0 6px #fff;
    box-shadow: inset 0 0 6px #fff;
    border: 1px solid #5ea617;
    border-radius: 10px;
    font: bold 19px/0 Helvetica, Sans-Serif;
    text-align: center;
    text-decoration: none;
    color: #147032;
    text-shadow: 0 1px 2px #b4d1ad;
    }
    
span{
    display: block;
    text-align: center;
    }    