@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0; box-sizing:border-box; text-decoration:none;}
body {color:#ffffff; font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; font-size:1em; font-weight:normal; text-align:center; background:url("2048.jpg") #050101 no-repeat fixed; background-size:cover;}
h1 {font-size:48px; margin:25px; text-align:center; color:#ffffff; text-shadow:5px 5px #050101;}
h2 {line-height:normal; margin:10px; text-shadow:5px 5px #050101;}
.header {margin:50px auto;}
p {line-height:normal;}
.stripe {width:600px; padding:35px; margin:5px auto; background-color:#090117; border-radius:25px; opacity:.8;}
.listing {width:100%; padding:5px; border:1px solid #00ACCF; margin-bottom:25px;}
.listing a {color:#00D3FF; text-decoration:none; font-weight:bold;}
.disclaimer {margin:200px auto; color:#dedede; text-shadow:2px 2px #050101;}
