<style type="text/css">

	    *,
      *::before,
      *::after {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-size: 100%;
        font-weight: normal;
      }

      body {
        padding: 16px;
        font-size: 48px;
        line-height: 1.7;
        word-break: keep-all;
        background-color: #FFF;
        font-family: 'Nanum Myeongjo', serif;
      }

      body::-webkit-scrollbar {
        display: none;
      }

      div {
        max-width: 100ch;
        margin: 250px auto;
      }

      div:target {
        text-decoration: none; text-shadow: 0 0 26px;
        color: black;
      }

      div:hover {
       color: black;
       text-shadow: 0 0 0px;
       transition: color 1s;
      }

      #img {
        display: inline-block;
        max-width: 150px;
        height: auto;
        
      }

      figure {
        display: block;
        margin-left: auto;
        margin-right: auto;
        position: center;
      }

      figcaption {
        font-family: 'Cinzel', 'Noto Sans KR', serif;
        text-align: center;
        padding-bottom: 16px;
      }

      .hidden {
        display: none;
      }

      a {
        text-decoration: none; 
        text-shadow: 0 0 24px;
        color: black;
        transition: color 1s;
      }

      a:hover {
        color: maroon;
        text-decoration: none; text-shadow: 0 0 26px;
        transition: color 1s;
      }

      a:visited {
        text-decoration: none;
      }

      #gig {
        font-size: 200px;
      }

      div p {
        margin-bottom: 16px;
        margin-left: 48px;
        margin-right: 48px;
      }

      #dot {
      	font-weight: 500;
      	font-size: 200px;
      	text-align: left;
      }

      #arrow {
        display: none;
      }

      @media screen and (max-width: 900px){
        
        #dot {
          font-size: 200px;
          text-align: center;
        }

        div {
         max-width: 80ch;
         margin: 0 auto;
        }

        #arrow {
          display: block;
          position: fixed;
          float: right;
          bottom: 0;
          right: 0;
        }


      }
		
	</style>