html,body,div,span,h1,h2,h3,h4,h5,h6,p,section,nav{
  border:0;
  margin:0;
  outline:0;
  padding:0;
  vertical-align:baseline;
}
*,:before,:after{
  box-sizing:border-box;
}
:focus{
  outline:none;
}
::-webkit-scrollbar{
  display:none;
}
a:link{
  text-decoration:none;
  color: whitesmoke;
}
a:visited{
  text-decoration:none;
  color: whitesmoke;
}
a:hover{
  text-decoration:none;
  color: whitesmoke;
}
body{
  background:#161a20;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  background-size: contain;
  background-size: 100%;
  color: whitesmoke;
  padding: 0;
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#bodywrapper {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

