body { 
    position:relative;
    margin:auto;
    display: flex;
    flex-wrap: wrap;
    width:665px;
    margin-top:5px;
    max-height: 100%;
   background-color: #000000;
opacity: 1;
background-image: radial-gradient(#ffffff 0.5px, #000000 0.5px);
background-size: 10px 10px;
}
a:link {
color: #17CD8A; text-shadow: 0px 0px 3px #17CD8A;
}
a:visited {
color: white; text-shadow: 0px 0px 3px white;
}
a:hover {
color: white; text-shadow: 0px 0px 3px white;
}

/* Start https://www.cursors-4u.com */ * {cursor: url(https://cdn.cursors-4u.net/previews/oxygen-chrome-ccbed8ca-32.webp), auto !important;} /* End https://www.cursors-4u.com */

.t11{
    line-height:15px;
   margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    font-family: ms gothic;
    font-size: 10px;
    color: black;
}
.t12{
    line-height:15px;
    font-family: ms gothic;
    font-size: 10px;
    color: #17CD8A;
}

.content{
    top: 100%;
    justify-content: center;
}
.contenttop{
    width:665px;
    height:100px;
    background: linear-gradient(to top, #212121 10%, #000000 90%,#17CD8A 150%);
    border:1px solid black;
    margin: 0 auto;
}
.contenttop2{
    width:665px;
    height:30px;
    background: linear-gradient(to bottom, #212121 10%, #000000 90%,#17CD8A 150%);
    border:1px groove black;
    margin: 0 auto;
}

.marq{
     border-radius: 4px;
    height: 15px;
    width: 650px;
    margin-left: 7px;
    margin-top: 5px;
    background: linear-gradient(to top, #cfe9e4 0%,#aaded3 17%,#61c7ae 50%,#3ac2a2 51%,#42d6aa 59%,#4cf0b4 71%,#3ac299 84%,#268c7b 100%);
    border:2px inset #268c7b;
    line-height:15px;
    font-family: ms gothic;
    font-size: 10px;
    color: white;
     text-shadow: 2px 1px 3px black; 
}

.button{
    margin-bottom:-3px;
    border-radius: 4px;
   filter:saturate(0);
    transition: 500ms;
}
.button:hover{
    transform:scale(105%);
    filter: none;
}
.buttonholder{
    margin-left:2px;
}

.contentleft{
    width:125px;
    height:490px;
    float:left;
    background: linear-gradient(to bottom, #212121 10%, #000000 90%,#17CD8A 150%);
    border:1px solid black;
    z-index:2;
}

.contentcenter{
    width:540px;
    height:650px;
    transform:translatex(125px);
    background: linear-gradient(to bottom, #212121 10%, #000000 90%,#17CD8A 150%);
    border:1px solid black;
    z-index:1;
}

.footer{
    justify-content:right;
    width:540px;
    height:30px;
     background: linear-gradient(to bottom, #212121 10%, #000000 90%,#17CD8A 150%);
    border:1px solid black;
    transform:translatex(125px);
}