body {
    background-color: #000;
    color: #FFF;
    font-family: 'Cabin';

    background: url("trltbackground.png") repeat;
    animation: bgslide 10s linear infinite;
    background-attachment: fixed;
}

@keyframes bgslide {
    0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: 534px 534px;
    }
}

p, img {
    font-size: 21px;
    text-align: left;
    display: flex;
    justify-content: center;
}

href {
  font-size: 21px;
  text-align: left;
  color:#FFF
}

hr {
    border: 2px solid white;
    width: 60%
}

.sucolor, a {
    color: rgb(95, 80, 255);
}

.geninfo {
    font-size: 28px;
}

.pages {
    font-size: 25px;
}