body {
  background-color: rgb(229, 135, 234);
  text-align: center;
}
.square {
  background-color: rgba(172, 12, 158, 0.255);
  width: 70%;
  height: 90%;
  margin: auto;
  margin-top: 10vh;
  border-radius: 10px;
}