h5 {
  color:  red;
  text-align: center;
  font-size:20px;
  line-height: 50%;
}

a {
  color:  red;
}
h1 {
  text-align: center;
  font-family: "Sofia", sans-serif;
  text-shadow: 3px 3px 3px #ababab;
  font-size: 100px;
  line-height: 40px;
}



/* CSS */
.bluebutton {
  position:absolute;
  margin-top: -60px;
  align-items: center;
  background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-family: Phantomsans, sans-serif;
  font-size: 14px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 19px 24px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
}

.button-63:active,
.button-63:hover {
  outline: 0;
}

@media (min-width: 768px) {
  .button-63 {
    font-size: 24px;
    min-width: 196px;
  }
}

.backdrop {
  background-image: url('https://png.pngtree.com/thumb_back/fh260/background/20200714/pngtree-modern-double-color-futuristic-neon-background-image_351866.jpg');
  background-size: cover;
  height: 85vh; 
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
} 
