이거를 <div>태그안에 a태그로 하나하나 해서 총 4개 인데 이새끼들이 안떨어져 서로 </div> 2시간 째인데 너무 힘들어

<div class="mainmune">
<a href="#">감자탕</a>
<a href="#">치 킨</a>
<a href="#">뿌링 클</a>
<a href="#">사용법</a>
</div>
text-align: center; 현재는 이거 사용했고 인터넷에 나온거 거의다했는데 ㅠㅜ


css파일


button{

  padding: 10px;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  border: 0 none;
  border-radius: 6px;
  padding: 5px 10px;
  color: #fff;
  background-color: gray;
  margin: 3px;
  position: relative;
  left: 89%;
}
.mainmune {
  font-size: 30px;
  text-align: center;
  justify-content: center;
}

html {
  background-color: #181a1b !important;
  color-scheme: dark !important;
}
html, body {
  border-color: #736b5e;
  color: #e8e6e3;
}




<div>

      <header>
        <button>로그인</button>
        <button>회원가입</button>
      <div class="mainmune">

<a href="#">감자탕</a>
<a href="#">치 킨</a>
<a href="#">뿌링 클</a>
<a href="#">사용법</a>
</div>
      </header>
     
      <div></div>

    </div>