body {
  background-image: linear-gradient(to bottom, rgb(134, 255, 134), white);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}

.logo {
  position: relative;
  width: 50%;
  margin: auto;
  display: flex;
  padding-bottom: 200px;
}

.logo img {
  height: auto;
}

.background {
  width: 25%;
  top: 80px;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.foreground {
  width: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
}

h1 {
  text-align: center;
}

a {
  font-size: 60px;
  display: block;
  text-align: center;
}