@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300&display=swap'); 

* {
    box-sizing: inherit;
    margin:auto;
    color: white;
}

#join-btn {
  float: right;
  transform: translateX(-100px);
}

:root {
    --ease: all 0.8s ease 0s;
}

.title {
  font-size: 35px;
}



.topnav {
  overflow: hidden;
  background-color: #121212;
}

.topnav a {
  float: left;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  background: #121212;
  font-family: 'Noto Sans KR', sans-serif;
}

.topnav a:hover {
  background-color: #b2bac3;
  color: black;
  transition: var(--ease);
  filter: brightness(150%);
}

.topnav a.active {
  background-color:#121212;
  color: white;
}



body{
    background-color:black;
    box-sizing:border-box;
}

/* header {
    background-color: black;
    height: 80px;
    padding: 8px;
    border: 2px solid green;
} */
/* h1 {
    color:green;
    font-size: 70px;
    font-family: 'Noto Sans KR', sans-serif;
} */

p {
    font-family: 'Noto Sans KR', sans-serif;
    /* margin: 48px; */
}

td a:link, td a:visited {
    color: #73ad21;
    text-decoration: solid;
}

td a:link:hover {
    /* background-color: rgb(240, 248, 255); */
    text-decoration: underline;
}

a {
    font-size: 25px;
    padding: 20px;
}

a:link:active, a:visited:active {
    color: lightgreen;
}

th, td{
    padding-right: 200px;
    padding-left: 200px;
    padding-bottom: 100px;
    /* text-align: center; */
}

table {
    text-align: center;
}

.content {
    text-align: center;
    padding-top: 100px;
}