body {
  margin: 0px;
  padding: 0px;
}

.fullwidth {
  width: 100vw;
  height: 100vh;
  background-color: black;
  padding: 0px;
  margin: 0px;
  color: white;
}

.aligncenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.textAlign {
  text-align: center;
}

.none {
  display: none;
}
