@font-face {
    font-family: "Mogen";
    src: url("/fonts/Mogen\ Demo\ Version.otf");
    src: 
        url("/fonts/Mogen\ Demo\ Version.otf") format("opentype"),

}

*, body {
    font-family: Helvetica, Arial, sans-serif;
}

h1 {
    font-family: Mogen;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
}

section:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 0 0px 2px #fff;
    z-index: 1;
    border-radius: 30px;
    border: solid 10px transparent;
}