#box-stuff {
  -webkit-box-shadow: -20px -15px 0px 1px rgba(186,190,234,1);
  -moz-box-shadow: -20px -15px 0px 1px rgba(186,190,234,1);
  box-shadow: -20px -15px 0px 1px rgba(186,190,234,1);
  background-color: #484C7F;
  color: #FFFFFF;
}

html {
  scroll-behavior: smooth;
  }

h1 {
  font-family: amplitude,sans-serif;
  font-weight: 700;
  font-style: normal;
}

h2 {
  font-family: amplitude,sans-serif;
font-weight: 400;
font-style: normal;
}

footer {
  margin-top: 40px;
  margin-bottom: 40px;
}

p {
  font-family: amplitude,sans-serif;
  font-weight: 400;
  font-style: normal;
}

.center {
  margin: auto;
  width: 50%;
  padding: 10px;
}
