@font-face {
   font-family: 'GongGothicMedium';
   src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}

body{
   background-color: black;
}
a{
   text-decoration: none;
   color: black;
}
.container{
   position: relative;
   width: 1000px;
   max-width: 100%;
   margin: 0 auto;
}
.container img{
   width: 100%;
}
.path{
   position: absolute;
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: clamp(18px, 4vw, 45px);
   white-space: nowrap;
   font-family: 'GongGothicMedium';
   font-weight: 700;
   color: #4B2E1D;
   text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.path1{
   width: 46%;
   height: 3.8%;
   top: 32.8%;
   left: 3.6%;
}
.path2{
   width: 46%;
   height: 3.8%;
   top: 32.8%;
   left: 50.4%;
}
.path3{
   position: absolute;
   width: 93%;
   height: 3.8%;
   top: 39.8%;
   left: 3.6%;
}