@font-face {
  font-family: sans-serif;
  src: url("../js/ModernWarfare-8MM6z") format("truetype");
}

body {
  background-color: #000000;
  font-family: sans-serif;
}

canvas {
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  transform: scale(2);
  image-rendering: pixelated;
}

main {
  position: relative;
  background-color: #000000;
  border: 2px dotted #43d20e;
  width: 50%;
  height: 700px;
  margin: auto;
  top: 20px;
  min-width: 900px;
}

#menu {
  position: inherit;
  border: 1px solid #43d20e;
  width: 100%;
  height: 7%;
  z-index: 1000;
  margin: auto;
}

.gip {
  margin: 0;
  padding: 0;
}
#pointer {
  float: right;
}
#pointer2 {
  float: left;
}

ul {
  clear: both;
  position: absolute;
  left: 10%;
}

li {
  float: left;
}
li a {
  display: block;
  text-align: center;
  padding: 15px 10px;
  text-decoration: none;
  color: #ffffff;
}

h1 {
  margin: auto;
  padding: 30px;
  text-align: center;
  color: #ffffff;
  font-size: 50px;
  font-weight: bold;
}

strong {
  font-weight: bold;
}

p {
  color: #ffffff;
  margin: auto;
  padding: 20px;
  text-align: center;
  line-height: 25px;
  font-size: 22px;
}
