body {
  margin: 0;
  padding: 0;
  font-family: ArgentumNovus, Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  box-sizing: border-box;
  background-color: #0e0b14;
  font-weight: 100;
  max-width: 100%;
  overflow-x: hidden;
}

.topnav {
  width: 100%;
  align-items: center;
}

#nav {
  width: 100vw;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: row;
}

#nav a {
  grid-template-columns: 5vw 5vw 5vw 5vw 60vw;
  margin-right: 1vw;
}

.button{
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;

  padding: 15px;
  background-color: inherit;
  color: rgb(255, 255, 255);
  border-color: rgb(195, 0, 255);
  border-radius: 20px;
  letter-spacing: 2px;
  overflow: hidden;
  transition: 0.5s;
  cursor: pointer;
  width: 140px;
}

.button:hover{
    background: rgb(150, 37, 150);
    color: #050801;
    box-shadow: 0 0 5px #f403e0,
                0 0 25px #f403e0,
                0 0 50px #f403e0,
                0 0 200px #f403e0;
    border-color: black;
}

.discord img{
  height: 30px;
  width: 40px;
  justify-content: flex-end;
}

.main {
  display: flex;
  height: 100vh;
  width: 100vw;
}

.twitch {
  height: 100%;
  width: 100%;
}
