img{
    width: 100%;
}
html{
    background: rgba(0,0,0,1);
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(76,76,76,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(76,76,76,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(76,76,76,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(76,76,76,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(76,76,76,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(76,76,76,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#4c4c4c', GradientType=0 );
    color: white;
}
div#wrapper{
    width: 80%;
    margin: auto;
    font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
;
    color: #c7d6ee;
}
h1{
    font-family: 'Poiret One', cursive;
    font-size: 56px;
    color: #ffdb4d;
}
h2, a{
    color: #c7d6ee;
}
a:hover{
    color: #820024;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 24px;
}
h4{
    font-size: 16px;
}
h2, h3, h4{
    font-style: italic;
}