
@font-face {
    font-family: SpaceMono-Regular;
    src: url("fonts/SpaceMono-Regular.ttf");
}
head{
    text-align: center;
}

html {
    color: #222;

    font-family:  SpaceMono-Regular;
    line-height: .4;


}

h1 {


    color: mediumpurple;
    font-size: 10em;
    text-align: center;
}

p{
    text-align: center;
}

div{


}

.eeend {
    padding-top: 50px;
}

footer{
    text-align: center;
}

.liink {
    border: none;
    color: #e0e0e0;
    font-weight: normal;
    text-decoration: none;
    font-size: 1.5em;
    vertical-align: middle;
    position: relative;

}



a:hover{
    color: mediumpurple;


    transition-duration: 1s;
}

::selection {
    background: mediumpurple;
    text-shadow: none;
}

.shoutBoxHeader {
    background-color:#222;
    box-shadow: 0px 0px 0px 0px #000;
    border-radius:0px;
    border:0px solid #666;
}

.shoutBoxContainer {
    background: white;
    color:mediumpurple;
    border: white;




}
.shoutText {
    border: 0px solid #696969;
    font-size: 5em;
}


::-webkit-scrollbar-track
{
    background: rgba(150, 150, 150, 0.1);
    border-radius:0px;
}

::-webkit-scrollbar-thumb
{
    background: rgba(150, 150, 150, 0.3);
    border-radius:0px;
}