body{
  background-color: #030311;
  font-family: 'Quicksand', sans-serif;
}
.main-icon{
  width: 19rem;
  display: block;
  margin: 0 auto;
  margin-top: 4em;
  filter: drop-shadow(10px 13px 10px #eda329);
}
.intro-to-web-app{
  color: white;
  text-align: center;
  font-size: 2em;
}
.get-started{
  display: block;
  text-align: center;
  text-decoration: none;
  color: white;
  background-color: #2a60df;
  width: fit-content;
  margin: 0 auto;
  margin-top: 5em;
  padding: 1em 3em;
  border-radius: 16px;
}
.get-started:hover{
  background-color: rgb(59, 144, 214);
}