body {
    background-color: #222;
}

a   {
    text-decoration: none;
    padding:15px;
	color: #29FCA5;
}

a:visited {
    color: #29FCA5;
}

a:hover {
    color: #222;
    background: #29FCA5;
}

hr {
    border: none;
    background-color: #EEE;
    height: 2px;
    margin-left: 0;
    margin-bottom: 2em;
    margin-top: 2em;
}

.b1 {
    padding: 10px 0 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}

.b2 {
    padding: 20px 20px 20px 20px;
    margin: 0 0 20px;
}

.center {
    margin: 0;
    position: absolute;
    width: 90%;
    max-width: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bottom {
    position:absolute;
    bottom:0;
    right:0;
}

.font {
    font-family: Consolas, monaco, monospace;
    font-weight: bold;
}

.small{
    font-size: 1em;
}

.big{
    font-size: 4em;
}

.white {
    color: #EEE;
}

.teal {
    color: #29FCA5;
}

.skin {
    color: #D69A85;
}

.cryptedmail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); 
  text-decoration: none;
}

span.reverse {
  unicode-bidi: bidi-override;
  direction: rtl;
}