@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;
  } 
  
  main p {
    margin-bottom: 1.8rem;
    text-align: justify;
    text-justify: inter-word;
  }

  .title {
    font-family: OffBit-Bold;
    font-size: 50px;
    text-align: center;
    margin-bottom: 20px;
  }

img {
    max-width: 14%;
    height: auto;
}

/*LINKS*/
a {
  color: white;
  text-decoration: underline;
}

a:hover {
  color: white;
  background-color: black;
  text-decoration: none;
}

hr {
    border: 0;
    height: 1px;
    background: papayawhip;
    margin: 20px 0;
}
