.login-btn {
  text-decoration: none;
  display: inline-block;
  padding: 8px 24px;
  background-color: #850183;
  color: #fff;
  font-size: 16px;
  border-radius: 50px;
}

body {
  background-color: #270152;
}

header {
  padding: 24px 0;
}

header a.navbar-brand {
  width: 10%;
}

header a.navbar-brand img {
  width: 100%;
  display: inline-block;
}

header a.nav-link {
  color: #fff;
  margin-left: 8px;
}

header a.nav-link:hover {
  color: #850183;
}

#hero {
  padding: 24px 0;
  background-color: #000;
}

#hero .img {
  width: 100%;
}

#hero .img img {
  width: 100%;
}

#hero .text h1 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 36px;
}

#hero .text p {
  color: #fff;
  margin-bottom: 24px;
  font-size: 18px;
}

#hero-game {
  background-image: url("/assets/images/hero-game.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 40vh;
}

#hero-game .img {
  background-color: rgba(0, 0, 0, 0.4823529412);
  width: 100%;
  padding: 72px 0;
  height: 100%;
}

#hero-game .text h1 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 36px;
}

#hero-game .text p {
  color: #fff;
  margin-bottom: 24px;
  font-size: 18px;
}

#hero-contact {
  background-color: #000;
  padding: 24px 0;
}

#hero-contact .img {
  background-color: rgba(0, 0, 0, 0.4823529412);
  width: 100%;
  padding: 72px 0;
  height: 100%;
}

#hero-contact .text h1 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 36px;
}

#hero-contact .text p {
  color: #fff;
  margin-bottom: 24px;
  font-size: 18px;
}

#about {
  padding: 48px 0;
}

#about h1 {
  font-size: 36px;
  color: #fff;
}

#about .text p {
  font-size: 14px;
  margin-bottom: 24px;
  color: #fff;
}

#about .text a {
  letter-spacing: 2px;
}

#about .img {
  width: 100%;
}

#about .img img {
  width: 100%;
}

#game {
  margin-top: 24px;
  padding: 24px 0;
}

#game .text p {
  color: #fff;
  padding: 12px;
  border: 2px solid #850183;
  font-weight: bold;
}

#game .img {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
}

#game .img a {
  text-align: center;
  margin-top: 24px;
}

#game .img img {
  width: 100%;
}

#why {
  margin-top: 24px;
  padding: 24px 0;
}

#why h1 {
  font-size: 36px;
  color: #fff;
}

#why .img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 6px solid #850183;
  width: 40%;
  margin: auto;
}

#why .img img {
  width: 100%;
  border-radius: 100%;
}

#why .text h3 {
  margin-top: 12px;
  color: #fff;
  text-align: center;
}

#why .text p {
  text-align: center;
  color: #fff;
}

#disclaimer {
  padding: 24px 0;
  border-top: 3px dashed #850183;
  border-bottom: 3px dashed #850183;
}

#disclaimer h1 {
  font-size: 36px;
  color: #fff;
}

#disclaimer p {
  color: #fff;
}

#disclaimer .img {
  display: flex;
  justify-content: center;
}

#disclaimer .img img {
  width: 40%;
}

#disclaimer a {
  display: flex;
  justify-content: left;
}

#disclaimer a img {
  width: 100%;
}

footer img {
  width: 30%;
}

footer ul {
  padding-inline-start: 0;
  text-align: end;
}

footer ul li {
  display: block;
  list-style-type: none;
  padding: 4px 0px;
}

footer ul li a {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  transition: 0.1s linear;
}

footer ul li a:hover {
  color: #850183;
}

footer p {
  color: #fff;
  font-size: 10px;
}

#form {
  margin-top: 24px;
  padding: 24px 0;
}

#form .form-group {
  margin-bottom: 24px;
}

#form .form-group input,
#form .form-group textarea {
  padding: 12px;
  width: 100%;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  border: 0.4px solid #fff;
  outline: none;
}

#form button {
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
}

/*# sourceMappingURL=style.css.map */



#privacy,
#cookie,
#terms,
#responsible h1,
p,
li,h2,h3,h4,a{
  color: #fff;
}