body {
  background-color:
}
h1 {
  color:blue;
  font-family:"Asimovian", sans-serif;
  text-decoration: underline dotted black;
  text-shadow: 2px 2px 2px #9ef1f9;
}
h1:before,
h1:after {
  content:"🏁";
}
h2{
  text-decoration:underline;
}
.box {
  padding: 15px;
  margin-bottom: 20px;
  border: 2px solid black;
  text-align: center;
}
#main {
  background: linear-gradient(white, #89CFF0, red);
	background-color: #89CFF0;
  box-shadow: 2px 2px 2px blue;
}
#spec {
background: #833AB4;
background: radial-gradient(circle,rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
}

#purchase {
background: #3b94b8;
background: linear-gradient(90deg,rgba(59, 148, 184, 1) 0%, rgba(72, 172, 160, 1) 18%, rgba(137, 87, 199, 1) 50%, rgba(237, 221, 83, 1) 100%);
}