.cherry-bomb-one-regular {
  font-family: "Cherry Bomb One", system-ui;
  font-weight: 400;
  font-style: normal;
}

.gamja-flower-regular {
  font-family: "Gamja Flower", sans-serif;
  font-weight: 400;
  font-style: normal;
}


h1 {
    font-family:"Cherry Bomb One", system-ui;
    font-variation-settings: "SEED" 0, "wdth" 100;
    font-style: normal;
    color: #e7e3bc;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.6em;
}

p {
    font-family: "Gamja Flower", sans-serif;
    font-size: 1.2em;
    color: #392a1e;
}

header {
    width: 100%;
    height: auto;
    padding: 0.6px;
    text-align: left;
    background-color: #e7e3bc;
}

body {
    background: #392a1e;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

a{
    padding: 8px;
    display: block;
    margin: 0.5em 1.5em;
    color: #e7e3bc;
    text-decoration: wavy underline;
    font-family: "Gamja Flower", sans-serif;
}

a:hover {
    color: #392a1e;
}

.main {
    color: #392a1e;
}
footer{
    background-color: #e7e3bc;
    text-align: center;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    padding: 10px;
    margin-top: 20px;
    position: fixed;
}
/*button*/
.liquid {
        background: transparent;
        color: #e7e3bc;
        border: 2px solid ;
        position: relative;
        overflow: hidden;
        padding: 8px 1px;
        font-size: 0.9em;
      }
      .liquid::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f4c9d6;
        transition: top 0.3s;
        z-index: -1;
      }
      .liquid:hover::before {
        top: 0;
      }
      .liquid:hover {
        color: #392a1e;
        z-index: 1;
      }