@font-face {
    font-family: 'Cafe24Oneprettynight';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Oneprettynight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'YesGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_13@1.0/YESGothic-Regular.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    padding: 10px;
    background-color:#eee;
    background-image: url("https://zzzzip.mycafe24.com/bg_.gif");
    background-repeat: repeat;
    font-size: 10pt;
}

.content {
    font-family: 'YesGothic';
    font-size:13px;
    letter-spacing:-0.5px;
    text-align: center;
    border-radius: 15px;
    max-width: 500px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    padding: 15px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 255, 255, 0.7);
}

a {
    color: #045FB4;
    text-decoration: none;
}

a:hover {
    color: #0080FF;
}

hr {
  border: 0;
  border-top: 1px dashed #777;
}

p {
    font-family: 'Cafe24Oneprettynight';
    font-size: 20pt;
    font-weight: bold;
    color: #444;
}

footer {
  text-align: center;
  padding: 20px;
  font-size: 8pt;
  color: #555;
}

.copyright {
  font-family: 'YesGothic';
  letter-spacing:-0.5px;
  font-size: 8pt;
  color: #555;
}

