body {
  margin: 0;
  background-color: rgb(184, 126, 255);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width:100vw;
  height:100vh;
  color: white;
  flex-direction: column;
}