body {
  background-color: #ffa1e1;
  color: black;
  font-family: 'pixeltime';
  margin-left:auto;
  margin-right:auto;
  position: relative;     
  text-align: center;
  }
  
a{
  color: #fceb03;
}
a:visited{
  color:#fceb03;
}
a:hover{
  color:#fcbe03;
}