@font-face{
    font-family: 'Tourney';
    src: url(assets/Tourney.woff);
}
@font-face{
    font-family: 'Alfa Slab One';
    src: url(assets/AlfaSlabOne.woff);
}
body{
    background-image: url(/assets/karkat.jpg);
    background-size:     auto; 
     background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
    image-rendering: crisp-edges;
    padding-left: 10%;
    padding-right: 10%;

    color: rgb(196, 196, 196);
}
.content{
    background-color: rgba(255, 255, 255, 0.5);

}

.title{
    font-size: 70px;
    color:#658200;
    text-align: center;
    font-family: 'Tourney';
}
.description{
    font-size: 20px;
    color:#3d4f00;
    text-align: center;
    font-family: 'Courier';
    font-weight: bold;
}
.links a{
    font-size: 50px;
    font-family: 'Alfa Slab One';
    color: #3d4f00;
    text-decoration:none
}
nav{
    display:block; 
    overflow:auto;
}
nav a{
    float:left;
    text-align: center;
    width:25%;
}
.contact a{
    font-size: 20px;
    font-family: 'Courier';
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    color: #3d4f00;
    text-decoration:none;

}

#clippy{
    position: absolute;
    bottom: 0;
    right: 0;
}
#jeff{
    position: absolute;
    bottom: 0;
    left: 0;
}