

body {
      /* backgrond display
      credit: https://codepen.io/edmundojr/pen/xOYJGw */
      background: linear-gradient(90deg, #0f1113 21px, transparent 1%) center, linear-gradient(#0f1113 21px, transparent 1%) center, #eaeaea;
      background-size: 22px 22px;


    }

  @media (max-width: 900px) {
    
  }

.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  height: 50px;
}

.logo2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  height: 200px;
}

p {
  font-family: "Times New Roman", Times, serif;
  color: #e6e6e6;
  text-align: center;
  padding-top: 2%;

}
