body {
  background-image: url('https://mmstudios.neocities.org/bg1.png');
  font-family: "Consolas", Times, serif;
  div {
    width: 100px;
    word-wrap: break-word;
    
}


a:link {
  color: #d062ff;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #d062ff;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #7e59ff;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}



<link rel="icon" type="mmicon.ico" href="mmicon.ico">