body {margin: 18px auto;font-family: Consolas, monospace;color: #FFF;background: #000;}
html {overflow-y: scroll;}
img {display: block; height: auto;user-drag: none; user-select: none;-moz-user-select: none;-webkit-user-drag: none;-webkit-user-select: none;-ms-user-select: none;}
.nav-container {display: flex; max-width: 100%;justify-content: center;align-items: center;margin-bottom: 18px;}
.banner-container {display: flex;justify-content: center;align-items: center;}
.sadwindow {width: 533px;border: 3px solid #FFF;padding: 14px;margin: 0 auto;text-align: left;font-size: 18px;margin-bottom: 32px;}
.portwindow {width: 533px;border: 3px solid #FFF;padding: 14px;margin: 0 auto;text-align: left;font-size: 18px;margin-bottom: 32px; line-height:80%;}
.title-bar {display: block;margin: 0 auto;}
.title {font-size: 32px;}
.details {font-size: 18px;}
::selection, ::-moz-selection {color: darkgrey;background: none;}
a {color: #DDD;text-decoration: underline;}
a:visited {color: #DDD;text-decoration: underline;}
a:hover, a:active {color: #FFF;text-decoration: underline;}
