body {
  background-color: #224162;
  margin: 0;
  /* height: 100%; */
  font-size: 16px;
  font-family: 'IBM Plex Sans', sans-serif;
  overflow: hidden;
}

.responsive {
  max-width: 100%;
  height: auto;
}

.center {
  text-align: center;
}

h1 {
  font-size: 2rem;
  color: #ffffff;
}

p{
  color: #fff;
}

.pink {
  color: #FF33CC;
}

.sticky {
  position: -webkit-sticky; /* for browser compatibility */
  position: sticky;
  top: 10px;
}

@media screen and (max-width: 800px) {
  h1 {
    font-size: 1.2em;
  }
  .box {
    width: 90%;
  }
}