:root {
  --main-bg-color: #15202b;
  --secondayr-bg-color: #006fd5;
}

html {
  background-color: var(--main-bg-color) !important;
}

body {
  background-color: var(--main-bg-color) !important;
}

footer {
  visibility: hidden;
}

div.logo {
  background-color: var(--secondayr-bg-color) !important;
  justify-items: center;
}

div.logo a {
  flex: 1;
  display: flex;
  justify-items: center;
}

.header .logo img {
  max-width: 174px;
}

div.container.wrap {
  border-radius: 24px;
  background-color: var(--secondayr-bg-color) !important;
  border: none;
  box-shadow: none;
}

div {
  color: #ffffff;
}

h1 {
  color: #ffffff;
}

h2 {
  color: #ffffff;
}

span {
  color: #ffffff;
}

p {
  color: #ffffff;
}