html {
  min-height: 100%;
}

body {
  background: #39ff14;
  background: linear-gradient(#39ff14, #f3f315);
  min-height: 100%;
  font-size: large;
  font-family: sans-serif;
}

h1 {
  color: #d526b5;
  font-size: 600%;
  margin: auto;
  text-align: center;
}

ul {
  line-height: 4em;
}

li {
  list-style-type: none;
}

.one {
  margin-left: 36%;
}

.two {
  margin-left: 64%;
}

.three {
  margin-left: 47%;
}

.four {
  margin-left: 30%;
}

a {
  text-decoration: none;
  color: #fd5f00;
  font-weight: bold;
}
