.panel.align-top {
  align-items: flex-start;
}

/* .panel h1 {
  font-size: 1.8em;
  color: white;
  font-weight: 300;
  margin: 0 auto;
}
.panel.description {
  padding-bottom: 60px;
} */
/* .panel p, .panel li {
  color: black;
  font-weight: 400;
  text-align: left;
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 0.3em 0 1em 0;
}
.panel p strong, .panel li strong {
  color: white;
  font-weight: 400;
} */
/* .panel p code, .panel li code {
  background-color: rgba(255,255,255,0.15);
  padding: 2px 4px;
  border-radius: 5px;
} */
/* .panel li {
  margin: 0;
} */

/* 
.gray {
  background-color: #777;
}
.blue {
  background-color: #2c7ad2;
}
.orange {
  background-color: #e77614;
}

.red {
  background-color: #c82736;
}

.purple {
  background-color: #8d3dae;
}
.green {
  background-color: #28a92b;
}
 */
/* html, body {
  margin: 0;
  height: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
} */

.panel {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-weight: 600; */
  font-size: 1.5em;
  /* text-align: center; */
  color: white;
  position: relative;
  box-sizing: border-box;
  /* padding: 10px;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}

h1, h2, p, li {
/*   max-width: 800px; */
}

/* HEADER */
header {
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 6px 10px 10px 10px;
  border-bottom-right-radius: 26px;
  z-index: 100;
  background-color: rgba(0,0,0,0.5);
  will-change: transform;
}
