body {
  /* background-color: rgb(244, 234, 255); */
  font-family: "monospace";
}
h1 {
  font-size: 52px;
  color: rgb(88, 49, 196);
}

header {
  text-align: center;
  margin: 32px;
}

header img {
  width: 300px;
}

main {
  text-align: center; /*For centering the content not the box */
  width: 700px; /* For centering the box itself */
  background-color: rgb(122, 74, 218);
  margin: 55px auto;
  padding: 20px;
  border-radius: 50px;
  box-shadow: 15px 10px 8px;
  /* color: rgb(248, 241, 255) */
  
}

a:-webkit-any-link {
  color: rgb(86, 219, 33);
  text-decoration: none;
}
