@charset "utf-8";

body {
  margin: 0;
  width: 100vw;
  height: 100vh;
  background-color:#000;
}

html {
  font-size: 62.5%;
}


p {
  text-align: center;
  color: #000;
}

