body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: rgba(61, 61, 100, 0.2);
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: rgb(42, 40, 40);
}

div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10%;
}

h1 {
  font-size: 3rem;
}

p {
  font-size: 1.5rem;
  font-weight: 300;
  font-style: italic;
}
