body {
/*    background-color: black;*/
    background-color: rgb(18, 15, 22);
}

#content {
    margin-left: 12%;
    margin-right: 12%;
    background-color: rgba(8,12,12, 40);

}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}

p {
    color: #0ae60a;

    font-size: 2.36em;
    font-family: "Computerfont", monospace, sans-serif;
    line-height: 1.08;
    /*opacity: 0.3;*/
}

.lol {
    -webkit-text-stroke-width: 0.1vw;
    -webkit-text-stroke-color: #fff;
    color: #fff;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
    position: relative;
    opacity: 1;
}

a {
    font-style: italic;
    color: #1f42ff;
}

#mainTxt a {
    font-style: normal;
}

a:visited {
    color: #7a1fff;
}

td {
    background-color: limegreen;
}
.ital {
    font-style: italic;
}

.nonItal {
    font-style: normal;
}

#img {
    /*z-index: 5;*/
    opacity: 0;
    display: block;
    position: fixed;
    top: 20px;
    left: 20px;
    max-height: 70%;
    max-width: 70%;
    -webkit-border-radius: 0px;
    border-radius: 2px;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .5);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .5);
    overflow: hidden;
    border: 0px solid #C1C2C2;
}


.gif {
  position: fixed;
  z-index: -10;
/*  max-height: 80px;*/
/*  max-width: : 80px;*/

}


#mainTxt {

    text-align: left;
    font-family: Cursive, "Computerfont";
}
