@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap');

.image-wrapper {
  display: flex;
  max-width: 100vw;
  width: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.rotate-image-by-180deg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.centered-buttons {
  display: flex;
  max-width: 100vw;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  font-family: "Nanum Myeongjo", serif;
  font-style: normal;
  grid-column-gap: 55px;
}

.left-aligned-elements {
  display: flex;
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
  font-family: "Nanum Myeongjo", serif;
  font-style: normal;
  grid-column-gap: 55px;
}

.vert-elements{
  display: flex;
  flex-direction: column;
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
  font-family: "Nanum Myeongjo", serif;
  font-style: normal;
  grid-column-gap: 55px;
}



a {
  color: #A9806E;
  font-family: "Nanum Myeongjo", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.85vw;
  text-decoration: none;
}

h1 {
  color: #A9806E;
  line-height: 0%;
  font-family: "Nanum Myeongjo", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 3.85vw;
  text-decoration: none;
}

p {
  color: #A9806E;
  line-height: 150%;
  font-family: "Nanum Myeongjo", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2vw;
  text-decoration: none;
}