
	* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		font-family: 'ms gothic';
	}
	   
	   
	   body{
     background-image:var(--Background-image-3);

	 background-size:500px;
	 font-family: "MS Gothic";
	word-break: break-word;
    overflow-wrap: break-word;
       transition: .3s;
	    font-size:15px;
		   color:var(--complement-color);
		   
	   }
	   
    @keyframes animatedBackground {
     from {
      background-position: 0 0;
     }

     /*use negative width if you want it to flow right to left else and positive for left to right*/
     to {
      background-position: 10000px 10000px;
     }
    }

	ul{
		list-style-type:none;
		line-height: 20px;
	}
	   
	   li::before{
		   content:url("https://pixelsafari.neocities.org/favicon/nature/plant/clover2.gif");
		   margin-right:10px;
	   }
	   
	
.clt, .clt, .clt{
     position: relative;
}

.clt {
    list-style: none;
    padding-left: 45px;
}
	
.clt::before, .clt::after {
    content: "";
    position: absolute;
    left: 30px;
}
	
.clt::before {
    border-top: 1px solid #ff2d66;
    top: 10px;
    width: 10px;
    height: 0;
}
	
.clt::after {
    border-left: 1px solid #ff2d66;
    height: 10px;
    width: 0px;
    top: 2px;
}
	
.clt > li:last-child::after {
    height: 8px;
}
	
	   
	   a{
		   color:var(--third-color);
	   }
	   
	.dot {
	  height: 25px;
	  width: 25px;
	  background-image:var(--orb);
	  background-size:cover;
	  border-radius: 50%;
	  display: inline-block;
	}


.header-bg{
	background: linear-gradient(90deg, var(--seventh-color) 0%, rgba(255, 255, 255, 0) 90%);
	border-radius:50px 40px 40px 0px;
	margin:2px 0px 15px 0px;
	text-align:left;
	padding:10px 0px 10px 30px;
	font-size:2em;
	color:var(--eleventh-color);
     text-shadow: 2px 0px var(--third-color), -2px 0px var(--third-color), 0px 2px var(--third-color), 0px -2px var(--third-color), 0 0;
      margin:5px;
	
}
	   
	   .Title{
		   padding:10px;
		   display:flex;
		   gap:10px;
	 color:var(--ninth-color);
	 text-shadow: 2px 2px var(--third-color);
     border: 2px solid var(--primary-color);
	background: linear-gradient(0deg, var(--fifth-color) 2%, var(--sixth-color) 65%, var(--seventh-color) 100%);
	box-shadow: 2px 3px 3px inset #ffffff, -1px -1px 1px inset #2a402c;
		   border-radius:0px 30px 0px 0px;
		   
	   }
	   
	   .wrapper{
		   display:flex;
		   flex-direction:column;
		   margin:2rem auto;
	        margin-bottom:4rem;
		   max-width:40rem;
		   width:90%;
		   border:1px solid var(--primary-color);
		   padding:10px;
		   background-color:var(--eight-color);
		   	box-shadow: 2px 2px 2px inset white, -1px -1px 1px inset var(--twelfth-color);
	   }
	   
	   .Content-flex{
		   border:1px solid var(--primary-color);
		   padding:10px;
		   	background: linear-gradient(180deg, var(--ninth-color) 84%, var(--twelfth-color) 100%);
	box-shadow: 2px 2px 2px inset white, -1px -1px 1px inset var(--twelfth-color);
	   }
	   
	   .footer{
		   text-align:center;
		   padding:10px;
		   color:var(--primary-color);
	   }
	   
	   .bottom-footer{
		    bottom: 0;
		    left: 0;
		    width: 100%;
		background: linear-gradient(0deg,var(--eleventh-color) 0%, var(--twelfth-color) 31%, var(--ninth-color) 98%);
		   box-shadow: 2px 3px 3px inset #ffffff, -1px -1px 1px inset var(--third-color);
		    border-top: 3px solid var(--primary-color);
		   z-index: 9000;
		    position: fixed;
		   padding:7px;
	   }	
    #MyClockDisplay {
     text-align: center;
     font-size: 20px;
     color: var(--primary-color);
     border: 3px solid var(--primary-color);
     background: var(--ninth-color);
	padding:5px;
	float:right;
    }
	   
	  