html, body {
  margin: 0;
  padding: 0;

  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #232634;

  font-family: Roboto-Mono;
}

* {
  cursor: url(https://r2.guns.lol/d6e8e963-70f6-4280-b0d2-be957576db47.cur) 16 16, auto !important;
}

.bottomLeft p {
  margin: 0;
  padding: 0;  
}

.bottomLeft {
  position: absolute;
  bottom: 0;
  left: 0;

  padding-left: 10px;
  padding-bottom: 10px;

  color: #737994;

  font-size: 22px;
}

.centered {
  text-align: center;

  color: #f4b8e4;
  
  font-size: 24px;
  min-height: 550px;  
}

.eyes {
  display: flex; 
  align-items: flex-start;
}

.name {
  color: #c6d0f5;
  text-align: center;
}

.links {
  text-align: center;
}

a {
    text-decoration: none;
}


a:link, a:visited, a:active {
  color: #b4befe;
}

a:hover {
  color: #eba0ac;
}

.bottom {
  position:absolute;
  top:0px;
  right:0px;
  bottom:0px;
  left:0px;
  z-index:-9999;
}   