body {
  background-image:url(stars.gif);
  background-repeat:repeat;
  font-size:20px;
  font-family: "comic sans ms";
  color: white;
  }

.squircle-box {
  width: 100%;
  padding: 10px;
  background: #69491B;
  color: white;
  font-family: sans-serif;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 3vh;
  border-radius: 20px;  
}
