header {
  position: relative;
  width: 100%;
  background-color: #300c45;
  padding: 5px 0;
  overflow: hidden;
}

.component-cover {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

header .logo {
  width: 100%;
  max-width: 190px;
}

.games-menu {
  width: 100%;
  height: 46px;
  position: relative;
  display: block;
  background: linear-gradient(to bottom, #e5e3cf 0%,#e5e3cf 47%,#cdc4a4 51%,#cdc4a4 100%);
  text-align: var(--align);
}

.menu-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
  position: static;
}

.games-menu a {
  display: inline-block;
  line-height: 43px;
  font-size: 15px;
  font-weight: 600;
  color: var(--menu-color);
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 6px;
  margin: 0;
  transition: color .3s, border-bottom .3s, background-color .3s;
}

.content-text {
  background-color: #050e1f;
  padding: 30px 0;
  min-height: 670px;
}

.content-text h1, .content-text h3, .content-text p, .content-text a, .content-text li {
  color: #dfcfb3;
}
