body{
  margin: 0;
  font-family: Quicksand,Arial,sans-serif;
  color: #D946EF;
}
a{
  color: #2563EB;
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
.wrapper{
  max-width: 1150px;
  margin: 0 auto;
}
