*{
    cursor: url("icon/awesome.ico"), default;
    font-size: 12px;
}

@font-face
{
  font-family: ANAKRON;
  src: url(font/ANAKRON.ttf);
}

body{
    background-image: url("images/espacio.gif");
    background-attachment: fixed;
    image-rendering: pixelated;
    font-family: ANAKRON;
    font-smooth: never;
    -webkit-font-smoothing: none;
    background-color: rgb(15, 11, 11);
    color: white;
    text-align: center;
}

a:link{
    background-color: transparent;
    color: magenta;
    text-decoration: none;
}

a:visited{
    background-color: transparent;
    color: cyan;
    text-decoration: none;
}

a img, a:hover{
    background-color: transparent;
    color: white;
    cursor: url("icon/teehee.ico"), pointer;
    text-decoration: underline;
}

.border {
    position: relative;
	border: 2px solid;
    padding: 10px;
    background-color: #000000aa;
}

.titleborder{
    width: 200px;
	min-height: 80px;
    text-align: center;
}

.centerdiv {
    margin-left: auto;
    margin-right: auto;
}

.full {
	border-image: linear-gradient(90deg, cyan, magenta) 1;
}

.great{
    border-image: linear-gradient(10deg, magenta, lime) 1;
}

.average{
    border-image: linear-gradient(-10deg, white, transparent) 1;
}

.bad{
    border-image: linear-gradient(0deg, red, transparent) 1;
}

.special{
    border-image: linear-gradient(90deg, rgb(255, 213, 26), white) 1;
}

.purple{
    border-image: linear-gradient(90deg, rgb(98, 0, 255), transparent) 1;
}

.white{
    border-image: linear-gradient(90deg, white, transparent) 1;
}

.rainbow{
    border-image: linear-gradient(to right, red, orange, yellow, lime, cyan, blue, purple) 1;
}

.trans{
    border-image: linear-gradient(0deg, cyan, rgb(247, 168, 184), white, rgb(247, 168, 184), cyan) 1;
}

.centertext{
    text-align: center;
}

.lefttext{
    text-align: left;
}


.line{
    border-bottom: 2px solid white;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 450px;
}

marquee{
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 16px;
    position: relative;
    border: 2px solid;
    border-image: linear-gradient(to bottom, rgb(89, 0, 255), yellow) 0 1;
}

.foot{
    margin-top: 30px;
}

table{
    position: relative;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 16px;
    border-spacing: 0px;
    text-align: left;
}

th{
    vertical-align: top;
    font-weight: unset;
    padding: 0px;
}

ul{
    margin: 0px;
}

h1{
    font-weight: unset;
}

.left{
    padding: 10px;
    width: 130px;
    overflow: auto;
    margin-right: 10px;
}

.right{
    width: 460px;
    padding: 10px;
    min-height: 50px;
    overflow: auto;
}

.sticky{
    position: sticky;
    top: 28px;
}

.secret h1{
    color: white
}

pre{
    font-family: ANAKRON;
    font-smooth: never;
    margin: 0px;
}
