*{
    margin: auto;
    color: rgb(218, 218, 218);
}
::selection{
	background:				#1d5a41;
}
::-moz-selection {
  background: 				#1d5a41; /* Gecko Browsers */
}
/*-----------------------------------------------------------------------*/
@font-face {
    font-family: 				pagestandart-regular;
    src: 						url('../fonts/LTInternet-Regular.woff');
}
@font-face {
    font-family: 				pagestandart-bold;
    src: 						url('../fonts/LTInternet-Bold.woff');
}
/*-----------------------------------------------------------------------*/
html{
    background-color: #0e1317;
    letter-spacing: 0.02em;
    text-rendering: optimizeLegibility;
    font-family: 'pagestandart-regular';
    background-image: url("/media/img/bg/PageHTML-BG.webp");
    background-size: 115%;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    animation-name: move-bg;
    animation-duration: 20s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
@keyframes move-bg {
    0%{
		background-position: -15px 0px;
	}
	35%{
		background-position: -50px -5px;
	}
	75%{
		background-position: 0px -20px;
	}
	100%{
		background-position: -15px 0px;
	}
}




a{ 
    color: rgba(129, 255, 203, 0.562);
    text-decoration: none;
    transition: 0.2s;
    margin-left: 15px;
    margin-right: 15px;
}
a:hover{
    
    color: rgb(129, 255, 203);
    text-shadow: 0px 0px 6px #2fff97;
}



/*-----------------------------------------------------------------------*/


.wg-box-001{
    margin: auto;
    width: 50rem;
    height: auto;
    background: linear-gradient(135deg, rgba(27, 27, 27, 0.781) 0%, rgba(0, 59, 33, 0.911) 100%);
    margin-top: 9rem;
    padding: 15px;
    border-image: url('/media/frames/Frame-tooltip.png') 30 / 15px / 7px;
    border-radius: 10px;
    box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
    transition: 0.2s;
    z-index: 0;
}
.wg-box-002{
    margin: auto;
    width: 50rem;
    height: auto;
    background: linear-gradient(135deg, rgba(27, 27, 27, 0.781) 0%, rgba(0, 59, 33, 0.911) 100%);
    margin-top: 0.5rem;
    padding: 15px;
    border-image: url('/media/frames/Frame-tooltip.png') 30 / 15px / 7px;
    border-radius: 10px;
    box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
    transition: 0.2s;
    z-index: 0;
}
.wg-box-001:hover{
    transform: scale(1.03);
    z-index: 1;
}
.wg-box-002:hover{
    transform: scale(1.03);
    z-index: 1;
}
.notebox-hint{
    margin: auto;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background-color: rgba(0, 0, 0, 0.404);
    width:52rem;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
    border: 1px solid #3e805f;
    transition: 0.4s;
}
.notebox-hint:hover{
    border: 1px solid #2fff97;
    box-shadow: 0px 0px 6px #2fff97;
    transform: scale(1.01);
}

.logo-TYS-wtg{
    width: 35rem;
    height: 14.5rem;
    background-color: rgba(0, 255, 255, 0);
    background-image: url("/media/img/logo/TaleyardStudio-Logo_Export\ Logo-colored.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.wg-txt-002{
    margin: auto;
    font-size: 15pt;
    margin-top: 1.3rem;
    text-align: center;
}

.normal-txt-center{
    text-align: center;
}


.color-txt-themeTYS{
    color: rgb(45, 173, 109);
}

.footer{
    margin: auto;
    text-align: center;
    margin-top: 1rem;
}






