body {
    background-color: #f0f0f0;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background-size: 189.00px auto;
    border: 0;
    background-repeat: repeat;
    background-position: center;
    background-position-y: 130px;
}

.container {
    text-align:center;
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

h1 {
    z-index:99999;
    position:relative;
    color:white;
    font-family: "Seymour One", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    background-color: #83ee83;
    font-size:48px;
    margin-bottom:10px;
    padding-bottom:10px;
}

p {
    font-family: impact;
    font-weight: 100;
    font-style: normal;
    font-size: 21px;
    line-height: 1.5;
    color: #333333;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
audio{
    position:relative;
    z-index:99999;
}
.button {
    position:relative;
    z-index:99999;
    font-family: "Seymour One", sans-serif;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    padding: 10px 20px;
    background-color: #83ee83;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: transform 0.2s ease-in-out;
}

.button:hover {
    position:relative;
    z-index:99999;
    transform: translate(0, -5px);
    background-color: #83ee83;
}

.link {
    font-family: "Seymour One", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
}
.overlay{
    display:none;
    position:fixed;
    background:#000;
    opacity:0.5;
    top:0;
    bottom: 0;
    left:0;
    right: 0;
    z-index: 2999;
    pointer-events:none;
}
.section {

    margin-top: 40px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.section h2 {
    position:relative;
    z-index:999999;
    font-family: "Seymour One", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333333;
    font-size: 24px;
    margin-bottom: 20px;
}

.section p {
    font-family: "Seymour One", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #555555;
}

.section img {
    position:relative;
    z-index:99999;
    max-width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
}
ol>li:nth-of-type(1){
    transform:rotate(2deg);
}
ol>li:nth-of-type(2){
    transform:rotate(-2deg);
}
ol>li:nth-of-type(3){
    transform:rotate(3deg);
}
ol>li:nth-of-type(4){
    transform:rotate(-3deg);
}
ol>li:nth-of-type(5){
    transform:rotate(2deg);
}
ol>li:nth-of-type(6){
    transform:rotate(-3deg);
}
ol>li:nth-of-type(7){
    transform:rotate(2deg);
}
ol>li:nth-of-type(8){
    transform:rotate(-2deg);
}
a:nth-of-type(1){
    transform:rotate(14deg);
}
a:nth-of-type(2){
    transform:rotate(-5deg);
}
a:nth-of-type(3){
    transform:rotate(9deg);
}
a:nth-of-type(4){
    transform:rotate(-20deg);
}
a:nth-of-type(5){
    transform:rotate(-10deg);
}
    
.wavy {
-webkit-text-stroke: 2px #83ee83;
  animation-name: wavy;
  animation-duration: 1.3s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  position: relative;
  top: 0;
  left: 0;
}
#replacePointer {
    position: absolute;
    cursor:none;
    pointer-events:none;
    z-index:999999999 !important;
}
body,a { cursor: grab; }

@keyframes wavy {
  0% {
    top: 0px;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0px;
  }
}
ol>li{
    z-index: 99999;
    position: relative;
    border: 1px solid white;
}
.disclaimer {
    position: relative;
    z-index: 99999;
}
ol{
    padding:0;
    list-style:none;
    text-align:left;
}
.complete {
    background-color:#83ee83;
    padding:20px;
    margin-bottom:10px
}
.complete li{
    padding:5px 0px;
}
.progress {
    background-color:#eedd83;
    padding:20px;
    margin-bottom:10px
}
.progress li{
    border: 1ps
    padding:5px 0px;
}
.incomplete {
    background-color:#ffb5b5;
    padding:20px;
    margin-bottom:10px
}
.incomplete li{
    padding:5px 0px;
}
.gallery {
    z-index:9999;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gallery-img {
    z-index:99999;
    width: 200px;
    height: 150px;
    object-fit: cover;
    cursor: pointer;
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999999;
    overflow: auto;
}

.lightbox-img {
    display: block;
    margin: auto;
    max-width: 80%;
    max-height: 80%;
    z-index:999999;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    z-index:999999;
}

@media screen and (max-width:600px){
    #replacePointer{
        display:none !important;
    }
    body,a { 
        cursor: inherit; 
    }
}