* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  width: 100vw;
  min-height: 100svh;
  overflow-x: hidden;
  overflow: hidden; /* prevent horizontal scrolling initially */
}

.container {
    max-width: 1100px;
    margin: auto;
    padding: 40px 20px;
    background-color: #ffffff;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  z-index: 1;
  pointer-events: none;
}

.infocontainer {
  min-height: 100svh;
  position: relative;
  background: linear-gradient(
    223.17deg,
    rgb(40, 151, 255) 0%,
    rgb(58, 151, 230) 8.61%,
    rgb(76, 151, 215) 17.21%,
    rgb(90, 151, 200) 25.82%,
    rgb(108, 151, 185) 34.42%,
    rgb(130, 151, 160) 43.03%,
    rgb(151, 151, 151) 51.63%
  );
}

.infotext {
  position: absolute;
  overflow-y: scroll;
  top: 20%;
  left: 10%;
  margin-top: -50px;
  margin-left: -50px;
  width: 90%;
  height: 80%;
  color: white;
  scrollbar-color: rgb(127, 157, 255) rgb(255, 255, 255);
  scrollbar-width: thin;
}

.top-background{
  display: inline-block;
  position: fixed;
  left: 0;
}

.top-background-img{
  width: 100%;
  opacity: 0.3;
}

.vitalia-0-container-buttons {
  display: inline-block;
  position: fixed;
  right: 0;
  padding-right: 1.0em;
}

.topbutton {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono",monospace;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 18px;
}

.topbutton:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.topbutton:hover {
  box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  transform: translateY(-2px);
}

.topbutton:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}

.topbutton2 {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #e6ff5a 0, #adb900 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono",monospace;
  height: 60px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 22px;
}

.topbutton2:focus {
  box-shadow: #e6ff5a 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #adb900 0 -3px 0 inset;
}

.topbutton2:hover {
  box-shadow: rgba(213, 255, 28, 0.4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #adb900 0 -3px 0 inset;
  transform: translateY(-2px);
}

.topbutton2:active {
  box-shadow: #d0e03c 0 3px 7px inset;
  transform: translateY(2px);
}

.social {
  display: inline-block;
  position: fixed;
  right: 0;
  bottom: 0;
  padding-right: 1.0em;
  width: 4%;
}

.social-img{
  width: 100%;
}

.toplogo{
  display: inline-block;
  position: fixed;
  left: 0;
  width: 7%;
}

.toplogo-img{
  width: 100%;
}

h1,
h2 {
    color: #c5c5c5;
}

h1 {
    margin-bottom: 20px;
}

h2 {
    margin-top: 40px;
}

p {
    margin-bottom: 15px;
}

ul {
    margin: 15px 0 15px 20px;
}

ul li {
    margin-bottom: 8px;
}

.highlight {
    background-color: #747474;
    padding: 20px;
    border-left: 5px solid #c5c5c5;
    margin: 30px 0;
}

a {
  color: #2c2c2c;
  font-weight: bold;
}