* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.gaegu-regular {
  font-family: "Gaegu", sans-serif;
  font-weight: 400;
  font-style: normal;
}


body {
    background: #fff6ef;
}

html {
    scroll-behavior: smooth;
}
header {
    width: 100%;
    height: auto;
    padding: 10px;
    text-align: center;
    background-color: #ffb9c1;
}

h1 {
    color: #4c8239;
    font-family: "Gaegu", sans-serif;
    font-size: 50px;
}

a {
    text-decoration: none;
    color: #8eab83;
    font-family: "Gaegu", sans-serif;
    font-size: 30px;
    text-align: center;
    margin: auto;
    display: block;
    padding: 20px;
    width: fit-content;
}

a:hover {
    color: #4c8239;
    text-decoration: dotted underline;
}

p {
    color: #4c8239;
    font-family: "Gaegu", sans-serif;
    font-size: 20px;
    text-align: center;
    margin: auto;
}

