.your-style {
    font-family: 'Pokemon Pixel Font';
    font-weight: normal;
    font-style: normal;
}

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

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

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

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

.box {
    border: 2px solid black;
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 1px;
    background-color:#8d4756;
    
    }


body {
  background: url(https://linkyblog.neocities.org/bgfolder/rosepattern.jpg);
  color: black;
  font-size: 16px;
  font-family: "pokemon"; src: url("https://linkyblog.neocities.org/fonts/pokemon.ttf"); 
  /*text-align:center;*/
  }