h1 {
   font-size: 4em;
   font-weight: inherit;
 }

 h2 {
    font-size: 2em;
    font-weight: inherit;
  }

li, ul {
  list-style: disc;
  margin-left: 10px;
}
/*
p {
  line-height: 2;
} */
/*
section {
  height: 100vh;
} */

body, html {
  background-color: var(--color-gray-900);
}

.protheusWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.protheusWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
