body {
  background:black;
  display:flex;
  flex-direction:column;
  justify-content:space-around;
  /* height:100vh; */
}

main {
    flex: 1 0 auto;
}

#links h1 {
  font-size:2rem;
}
 
#links {
  display:flex;
  flex-direction:column;
  justify-content:space-around;
  align-items:center;
  padding-top:5rem;
}

.links-text-wp
{
  padding:1rem;
  font-size:1rem;
  border: solid;
  border-radius:100000px;
  margin-top:1rem;
}
 
.links-text-wp-last {
   margin-bottom:30rem;
}
 
