h1 {
  color: purple;
}

h2 {
  font-family: "Bebas Neue";
  color: white;
}

body {
  background-position: center;
  background-color: black;
  text-align: center;
  font-family: "Bitcount Single";
  display: block;
  color: red;
  font-size: 50px;
}

.bottom {
  font-size: 1.3em;
  font-family: sans-serif;
  color: white;
  padding: 15px;
  border: gray dashed 5px;
  margin: 32px;
  position:relative;  
}


.main {
  font-size: 1.3em;
  font-family: sans-serif;
  color: white;
  padding: 15px;
  border: purple solid 5px;
  margin: 10px;
  position: relative;
  overflow: scroll;
  overflow-x: hidden;
  display: block;
}

.links {
  font-size: 1.3em;
  font-family: sans-serif;
  color: white;
  padding: 15px;
  border: gray dashed 5px;
  margin: 32px;
  position:relative;  
  display:block;
}

.logo {
  text-align: left;
  border: black solid 1px;
  background-color: black;
  background-size: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
}