.SIDE {
    scrollbar-color: (139, 255, 97), rgb(49, 193, 49);
    scrollbar-width: auto;
    background-color: black;
    float: right;
    text-align: center;
    display: flexbox;
    flex-wrap: wrap;
    height: 600px;
    width: 450px;
    overflow: auto;
    overflow-x: hidden;
}

.CONTAINER {
    padding: 0.3em;
    background-color: rgb(139, 255, 97);
    width: 450px;
    margin-top: 3em;
    margin-right: 8em;
    float: right;
    display: flex;
}

.fadein {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#entertxt {
    margin-top: 1.5em;
}

#disclaimer {
    text-align: left;
    margin-left: 2.5em;
    font-family: "Nintendo DS BIOS", monospace;
    font-size: 20px;
}

#disclaimertxt {
    text-align: left;
    margin-left: 2.5em;
    font-family: "Nintendo DS BIOS", monospace;
    font-size: 20px;
    margin-bottom: -15px;
}

#importante {
    color:rgb(49, 193, 49);
}

::-webkit-scrollbar {
    width: 5px;
    background: black;
}

::-webkit-scrollbar-thumb {
    background: rgb(139, 255, 97); 
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(49, 193, 49); 
}

h1 {
    font-size: 35px;
    letter-spacing: 4.5px;
    line-height: 1px;
    font-weight: 700px;
    font-family: 'Noto Serif Display', Times;
    color: rgb(139, 255, 97);
    margin-top: 1em;
}

h3 {
    margin-top: 1.5em;
    line-height: 0px;
    font-weight: 700px;
    font-family: monospace;
}

#gif {
    display: flexbox;
    margin-left: 125px;
    margin-top: 10px;
    opacity: .5;
}

p {
    font-family: 'Frank Ruhl Libre';
    font-size: 15px;
    margin-left: 1em;
    margin-right: 1em;
    line-height: 0.95em;
}

button {
    font-family: "Nintendo DS BIOS", monospace;
    font-size: 35px;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    width: 100px;
    height: 30px;
    border-radius: 2px;
    border-style: inset;
    border-color:rgb(139, 255, 97);
    background-color: black;
    cursor: url("https://file.garden/ZxUwfVravhLc8GcW/point.cur"), pointer;
}

a {
    text-decoration: none;
    color: rgb(139, 255, 97); 
    transition-duration: 4ms;
    cursor: url("https://file.garden/ZxUwfVravhLc8GcW/point.cur"), pointer;
}

.a:hover {
    color: rgb(139, 255, 97);
    text-decoration: underline;
    background-color: rgb(49, 193, 49);
    cursor: url("https://file.garden/ZxUwfVravhLc8GcW/point.cur"), pointer;
}

hr {
    border: 1.5px solid rgb(139, 255, 97);
}

body {
    color: rgb(139, 255, 97);
    cursor: url("https://file.garden/ZxUwfVravhLc8GcW/auto.cur"), auto;
    display: flexbox;
}

textarea {
	background-color: rgb(139, 255, 97);
	color: black;
	width: 150px;
	font-size: 11px;
    resize: none;
}