        @font-face {
            font-family: 'CustomFont';
            src: url('/ajn-tanmatsuki.ttf') format('truetype');
        }

body {
  background-color: #dbfbed;
  color: #324d62;
  font-size: 16px;
  
  text-align: center;
}

        h1 {
            font-family: 'CustomFont', sans-serif;
        }
        p {
            font-family: 'CustomFont', sans-serif;
        }
        

  a:link {
  color: #01322e;
}
a:hover {
  color: #2bdfc1;
}

a:visited {
  color: #034e45;
}

a:active {
  color: #09867a;
}