@font-face {
    font-family: 'OffBit-Bold';
    src: url(fonts/OffBit-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'W95FA';
    src: url(fonts/W95FA.otf) format('opentype');
}

body {
    background-image: url(https://pds.exblog.jp/pds/1/201602/04/81/f0121181_4362395.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    width: 900px;
    display: block;

    font-family: W95FA, sans-serif;
    padding: 25px;
    color: papayawhip;
}
a {
    color: #93c5fd;
    text-decoration: underline;
}


::selection {
  background-color: #66ccff;
  color:black;
} 

/*LINKS*/
a {
  color: white;
  text-decoration: underline;
}

a:hover {
  color: white;
  background-color: black;
  text-decoration: none;
}

.title {
    font-family: OffBit-Bold;
    font-size: 50px;
    text-align: center;
    margin-bottom: 20px;
}

.scroll-box {
  width: 500px;
  height: 300px;
  border: 1px solid papayawhip;
  padding: 10px;
  overflow-y: scroll;
  background-color:black;
}

.container {
 display: grid;
 align-items: center; 
 grid-template-columns: 1fr 1fr 1fr;
 column-gap: 5px;
}
