body {
  background-color: #efe7e3;
}

.frame {
  margin: 30px 150px;
  display: flex;
  flex-direction: column;
}

.navigator {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

li {
  display: inline;
  margin: 0;
  margin-left: 15px;
}

ul {
  margin: 0;
}

.site-name {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #c2b4ab;
}

.nav menu {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: white;
  transition: 0.3s;
}

.dashboard {
  display: flex;
  flex-direction: column;
  margin-top: 100px;
}

.korean-comment {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  font-size: 50;
}

.sample {
  background-color: pink;
  border-radius: 20%;
}

.sample:hover {
  background-color: transparent;
  color: white;
  -webkit-text-stroke: 1px black;
  transition: none;
}

.highlight {
  color: white;
  /*-webkit-text-stroke: 0.6px black;*/
  transition: none;
}

.highlight:hover {
  background-color: pink;
  border-radius: 20%;
  transition: none;
}

.type1:hover {
  background-color: yellowgreen;
}

.type2:hover {
  background-color: skyblue;
}

.type3:hover {
  background-color: purple;
}

.english-comment {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 15px;
  font-style: italic;
}

.recent-menu {
  font-family: "Montserrat" sans-serif;
  font-size: 700;
  font-weight: 700;
  color: #c2b4ab;

  text-align: right;
  margin-top: 100px;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}

.contact {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: black;
  margin-bottom: 30px;
  border-bottom: 2px solid black;
}

.links > a {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 400;
  margin-left: 20px;
}

footer > p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 15px;
  font-style: italic;
  margin: 0;
  margin-top: 15px;
}

.profile-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;

  margin: 100px 100px;
}
