body {
  background-color: tan;
  color: #443054;
  text-shadow: 1px 1px #000000;
  font-family: Verdana;
  margin-left: 10vw;
  margin-right: 10vw;
  margin-top: 50px;
  margin-bottom: 50px;
}

div {
  background-color: white;
  color: black;
  text-shadow: none;
  font-size: 1.5em;
  font-family: serif;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  
  padding: 5.5vh 5.5vw;
}