* {
  box-sizing: border-box;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, "Helvetica Neue", Arial, sans-serif;
  margin: auto;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 165px 0 124px;
  width: 100%;
  margin: auto;
  height: 100vh;
  background-color: #002b36;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 70px;
  background-origin: padding-box;
}

.header {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  font-style: normal;
  top: 70px;
}

.color-bars {
  width: 100%;
}

.color-bar {
  height: 10px;
  width: 100%;
}

.container {
  background-size: contain;
  background-position-y: center;
}

pre {
  font-size: 0.8rem;
  padding: 8px 12px;
  width: 100%;
}

.body {
  margin-top: 0px;
}

.header img {
  width: 356px;
}

h1 {
  font-size: 1.6rem;
}

ol {
  padding-left: 20px;
}

li {
  margin-bottom: 5px;
}

p {
  color: #ffffff;
}
