body[VS-Background] {
  background: #3D1361;
  height: 100%;
}

div[Banner] {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  background-image: linear-gradient(#000000BB, #000000BB);
  width: 100%;
  height: auto;
  border-top: 15px;
  border-bottom: 15px;
  color: white;

  align-content: center;
  text-align: center;
  align-items: center;
  horiz-align: center;
  text-wrap: auto;

  border-bottom: 15px;
  border-radius: 10px;
}

img[VS-Logo] {
  width: 600px;
  height: 130px;
  margin-left: auto;
  margin-right: auto;
  display: block
}

VS-Text {
  align-content: center;
  text-align: center;
  color: white;
  font-weight: 500;
  font-size: 32px;
}

ul[VS-ul] {
  list-style-type: none;
}

VS-Text-Header {
  display: block;

  font-size: 48px;

  margin: 0.5em auto;
}

VS-Text-Banner {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  font-size: 24px;
  line-height: 28px;

  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  border-radius: 5px;

  color: white;
}

VS-Side-Side {
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

VS-Side-Container {
  display: flex;
  width: 45%;
  height: 100%;
  text-align: justify;
  vertical-align: middle;

  margin: 30px 50px;
}

TransitionBackground {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  position: sticky;
  z-index: -10;

  height: 1050px;
  width: 1920px;

  transition-duration: 0.5s;
}

img[BackgroundImage] {
  z-index: -10;
  position: fixed;
  left: 0;
  top: 0;
}

body {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  position: relative;

  color: white;
}
