* {
  color: #eec679;
  text-align: center;
  font-size: 20px;
}

body {
  background-color: #1e1f28;
}

h1 {
  text-align: center;
  color: #b9b9c7;
  font-size: 60px;
  margin: auto;
}

a {
  font-size: 1.3rem;
  display: inline-block;
  outline: 1px solid rgb(23, 238, 4);
  background-color: rgb(3, 2, 70);
  text-decoration: none;
  width: auto;
  height: auto;
  padding: 10px;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 0 20px 0 rgb(31, 128, 31);
}

a:hover {
  transform: scale(1.3);
  transition: 0.5s ease;
  box-shadow: 0 0 45px 0 rgb(27, 121, 27);
}

p {
  line-height: 1.45;
}
