body {
  margin: 0 !important;
  padding: 0 !important; }

.pages_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }

.page, .page-25, .page-50, .page-75, .page-100 {
  position: relative;
  width: 100%;
  z-index: 99; }

.page-100 {
  height: 100vh; }

.page-75 {
  height: 75vh; }

.page-50 {
  height: 50vh; }

.page-25 {
  height: 25vh; }

code {
  color: #f5f5f5 !important; }
  code .variable {
    color: #36a3f0; }
  code .str {
    color: #FF4500;
    font-weight: 600; }
  code .brackets {
    color: #ffc813; }
  code .function {
    color: #dccd79; }
  code .class {
    color: #4ebb7d; }

/* Desktop - 1024px */
/* Mobile - 1023px */
