.main{background-image:url(/_next/static/media/vanish.af561a8c.png);background-size:cover;width:100%;height:175vh;justify-content:left}.container{display:flex;flex-direction:row;height:100vh;width:30vw}.title{font-size:36pt;display:flex;align-items:center}.entry,.title{font-family:HIKARUMONO;color:#000}.entry{font-size:24pt;margin-left:5vw;display:inline-block;position:relative;cursor:pointer;padding-bottom:5px;margin-top:5vh}.entry:after{content:"";position:absolute;left:0;top:0;width:0;height:3px;background-color:#2b5928;transition:width .3s ease-in-out}.entry:hover:after{width:100%}body{margin:0}@media (max-width:600px){.title{width:100vw;word-wrap:break-word}}