@font-face {
  font-family: 'vcr_osd_mono';
  src: url('/fonts/vcr_osd_mono.woff');
  font-weight: normal;
  font-style: normal;
}

body {
  
  background-image: url("/bgs/jezubg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #5a1818;
  margin: 0;
  font-family: "vcr_osd_mono";
  color: white;
  text-shadow: 2px 2px #5A1818;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.parent {
display: grid;
grid-template-columns: repeat(7, 1fr);
grid-template-rows: repeat(5, 1fr);
grid-column-gap: 1px;
grid-row-gap: 0px;
max-width: 1080px;
max-height: 600px;
margin-left: auto;
margin-right: auto;
}

.main { grid-area: 1 / 2 / 6 / 7; 
  background-color: rgba(0,0,0,0.75);
  border: 5px #5A1818;
  padding: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
  
.title { grid-area: 1 / 3 / 2 / 6;
  border-style: solid;
  border-color: red;
  border-width: 0px 0px 2px 0px;
  padding: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
.text { grid-area: 2 / 3 / 6 / 6;
  padding: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a:link {
  color: white;
  text-decoration: underline;
}

a:visited {
  color: white;
  text-decoration: underline;
  text-shadow: 2px 2px #000000;
}

a:hover {
  color: red ;
  text-decoration: underline;
}

a:active {
  color: white ;
  text-decoration: none ;
}

ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

li {
  padding-left: 1em;
  text-indent: -1em;
}

li:before {
  font-size: 20px;
  content: "➫";
  padding-right: 5px;
}

footer {
  background-color: rgba(0,0,0,0);
  width: 500px;
  height: 40px;
  padding: 10px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 2px 2px #5a1818;
}
