/* Reset default styles */
body {
  background: linear-gradient(to right, #333, #999);
  margin: 0;
  padding: 0;
}

.navbar {
  background: linear-gradient(to right, #333, #999);
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

.navbar ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.navbar ul li {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
  font-size: 18px;
}

.navbar ul li a {
  color: #fff;
  text-decoration: none;
}

.navbar .logo {
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
}

.navbar .logo a {
  color: #fff;
  text-decoration: none;
}

#twitch-embed {
  width: 100%;
  height: 100%;
  background-color: #000;
}