   @font-face {
     font-family: 'Pretendard-Regular';
     src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
     font-weight: 400;
     font-style: normal;
   }

   * {
     transition: 0.5s;
     box-sizing: border-box;
   }

   a {
     text-decoration: none;
     color: white;
   }

   a:hover {
     color: #ff6b6b;
   }

   a:active {
     color: #ff6b6b;
   }

   html,
   body {
     margin: 0;
     padding: 0;
     font-family: 'Pretendard-Regular', sans-serif;
   }

   canvas {
     display: block;
   }

   iframe {
     border: 0;
     pointer-events: auto;
   }