.navbar {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  border-radius: 5px;
}

.nav-item .nav-link {
  margin: 10px;
  font-size: 20px;
  font-weight: 370;
  text-transform: uppercase;
  font-family:  sans-serif;
}


.navbar-light .navbar-nav .nav-link {
  color: rgb(119, 20, 81);
}

video{
  border: 5px solid white;
  padding: 10px;
  border-style: double;
  border-radius: 20px;
}

.gamesection{
  background: url('./');
}