body {
     font-family: "Trebuchet MS", Verdana, Geneva, Arial;
      background-color: #ffffff;
}

.pixelartLink {
    max-width: 450px;
    min-width: 450px;
    width: 450px;
}

.squareLink {
    width: 200px;
    text-align: center;
    font-weight: bold;
}

a:link, a:visited {
  background-color: Ivory ;
  color: black;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: Ivory ;
  color: #c0392b;
}

input[type=text] {
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}

/*
a:link, a:visited {
  background-color: #f44336;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: red;
}
*/
