@font-face {
  font-family: ms gothic;
  src: url(/MS Gothic.woff)
}

body{
  font-family: ms gothic, helvetica, sans-serif;
  background: #FCFBFA;
  font-size: 14px;
}

::selection {
  background: #7DB3B0;
}

a{
  display: inline-block;
  color: black;
}

a:hover{
  color: #697C78;
}

#buttonlist{
  display: grid;
  grid-template-columns: repeat(4, 88px);
  gap: 0.2em;
  width: 370px;
}

#buttonlist img{
  filter: sepia(90%) hue-rotate(90deg) brightness(80%) saturate(50%);
}

#buttonlist img:hover{
  filter: none;
}