@charset "UTF-8";
body {
  /* background-color: #272822; */
  height: 100vh;
  overflow: hidden;
  font-family: 'Raleway', sans-serif;
  }

div, span, li, ul, label, input {
  box-sizing: border-box; }

body:before,
body:after {
  /* content: ''; */
  height: 100%;
  position: absolute;
  width: 20px;
  border: 2px solid #464741;
  border-style: dashed;
  top: 0;
  z-index: -1;
  }

body:before {
  left: 20px; }

body:after {
  right: 20px; }

a {
  color: #b20000;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
  font-size: 17px;
  }

a:hover {
  color: #4dcbdc; }

h3 {
  color: #fff;
  font-size: 36px;
  padding: 40px 0 30px;
  color: #000; }

.content {
  max-width: 800px;
  margin: auto;
}

.logo-container {
  width: 196px;
  margin: auto;
}

p {
  font-size: 20px;
  text-align: center;
  margin: 50px;
  line-height: 1.3em;
}

.logo {
  background-image: url(../img/game-seeker-logo.png);
  width: 196px;
  height: 196px;
  background-size: contain;
}

.logo-title {
  background-image: url(../img/game-seeker-logo-title.png);
  width: 196px;
  height: 50px;
  background-size: contain;
}
