body{
    opacity: 80%;
    max-width: 1024px;
    margin-left: auto; margin-right: auto;
    background: url(asadal_stock_66.png), black;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    color: white;
    /*-webkit-text-stroke: 1pt rgba(0,0,0,0.7);*/
}
.title{
    border-radius: 7px;
    font-size: 2em;
    border: solid 1px #f2f2f2;
    background: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%, rgba(0,0,0,0.4) 45%);
    backdrop-filter: blur(3px);
    text-align: center;
    marquee{
        padding-top: 10px; padding-bottom: 10px;
    }
}
.intro,.types{
    background: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%, rgba(0,0,0,0.4) 45%) !important;
    margin-top: 40px;
    border: 1px solid #f2f2f2;
    padding: 10px; padding-top: 0;
    backdrop-filter: blur(3px);
    border-radius: 7px;
}
.frutiger_eco,.dark_aero,.technozen,.dorfic,.helvetica,.aurora{
    width: 80%;
    margin-left: auto; margin-right: auto;
    background: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%, rgba(0,0,0,0.4) 25%) !important;
    margin-top: 20px;
    border: 1px solid #f2f2f2;
    padding: 10px; padding-top: 0;
    backdrop-filter: blur(3px);
    border-radius: 7px;
    img{
        display: block;
        margin-left: auto; margin-right: auto;
        width: 80%;
    }
}
.john{
    margin-top: 10px; margin-bottom: 10px;
    text-align: center;
}
.counter{
    text-align: center;
    margin-top: 20px;
}
.hidden{
    display: none;
}
#hideButton{
    display: block;
    border: 1px rgba(255,255,255,0.3) solid;
    background: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%, rgba(0,0,0,0.4) 80%);
    box-shadow: 3px 3px rgb(0,0,0);
    border-radius: 8px;
    padding: 7px 13px;
    margin: auto;
    color: white;
    -webkit-text-stroke: 0;
}
.glassContainer {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  height: 200px;
  border-radius: 30px;
}

.glassContainer::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    border-radius: 30px;
    -webkit-box-shadow: inset 2px 2px 0px -2px rgba(255, 255, 255, 0.7), inset 0 0 3px 1px rgba(255, 255, 255, 0.7);
            box-shadow: inset 2px 2px 0px -2px rgba(255, 255, 255, 0.7), inset 0 0 3px 1px rgba(255, 255, 255, 0.7);
}

.glassContainer::after {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    border-radius: 30px;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
    -webkit-filter: url(#container-glass);
            filter: url(#container-glass);
    overflow: hidden;
    isolation: isolate;
}