
body {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    margin: 0 0;
    color: white;
    background-color: black;
    font-family: 'Courier New', Courier, monospace;
}

.copytext {
    position: absolute;
    bottom: 1em;
    left: 1em;
    opacity: 1;
    transition: opacity 450ms;
}

.backy {
    -webkit-text-stroke: 3px black;
}

.content {
    background-image: url(/a.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
}

.text {
    position: absolute;
    width: 50%;
    right: 0;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
}

p {
    margin: 0 0;
}

a {
    color: white;
}


/* footer stuff */

.ripfoot {
    position: absolute;
    right: 1em;
    bottom: 1em;
}

.ripfoot:hover .jointhost {
    opacity: 1;
    bottom: 2em;
}

.ripfoot:hover .siteslist {
    opacity: 1;
    right: 7em;
}

.jointhost,
.siteslist {
    position: absolute;
    opacity: 0;
    transition: opacity 300ms, bottom 300ms, right 300ms;
}

.siteslist {
    bottom: 0.5em;
    right: 5em;
    width: 26em;
    text-align: right;
}

.jointhost {
    bottom: 1em;
    right: 0;
    width: 41em;
    text-align: right;
    line-height: normal;
}

.jhtext,
.siteslinks {
    font-size: 0.8em;
}