@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300&subset=latin-ext');
html{  background: #000; }
body{ font-family: 'Roboto', sans-serif; color: #fff;}
a{ color: #70dc00; text-decoration: none;}
a:link, a:visited{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1.0; -khtml-opacity: 1.0; opacity: 1.0}
a:hover, a:active{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); -moz-opacity: 0.7; -khtml-opacity: 0.7; opacity: 0.7}
.wrapper{ max-width: 851px; margin: auto; }
.wrapper img{width: 100%;}
.wrapper h1{text-align: center; font-weight: 300; font-size: 24px; margin-top: 0px;}
.wrapper p{font-size: 18px; text-align: center; margin: 10px;}

