body {
  background: #06beb6;
  background: -webkit-linear-gradient(to right, #48b1bf, #06beb6);
  background: linear-gradient(to right, #48b1bf, #06beb6);
  text-align: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  font-family: Arial, Verdana, sans-serif;
  color: rgba(255, 255, 255, 0.8);
}

a {
  color: rgba(255, 255, 255, 0.8);
}

.icon {
  width: 100px;
  margin: 0 auto;
  fill: #fff;
}