

a {
    color: #333;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    position: relative;
    height: 100%;
    font-family: "Yu Mincho", YuMincho, "MS Mincho", serif;
    font-size: 12px;
}

footer,
header {
    position: relative;
    z-index: 100;
    height: 120px;
    background-color: #ffffff;
  background-image: repeating-linear-gradient(90deg, #f3c9d4, #f3c9d4 20px, #ffffff 20px, #ffffff 40px);
    border-bottom: 8px solid #1f1f1f;
    text-align: center;
}

footer {
    width: 100%;
    border-bottom: none;
    border-top: 8px solid #1f1f1f;
    height: 40px;
}

header::before,
header::after {
    position: relative;
    display: block;
    content: '';
    width: 280px;
}

header::before {
    top: 60px;
    background: url(cat.png) no-repeat right top;
    background-size: 64px;
    margin: 0 auto;
    height: 64px;
}

header::after {
    right: 50px;
    background: url(heart.png) no-repeat right top;
    background-size: 32px;
    height: 32px;
    margin: 0 auto;
}

article {
    width: 75%;
    max-width: 400px;
    margin: 0 auto 60px;   
}

article p {
    font-size: 12px;
    margin-bottom: 60px;
    line-height: 1.8;
    letter-spacing: 0.5px;
    text-align: justify;
    color: #555;
    position: relative;
}

h2 {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    margin: 60px auto 40px;
    border-bottom: 1px solid #000;
    font-family: 'Hannari',"Yu Mincho", YuMincho, "MS Mincho", serif;
    letter-spacing: 0.2em;
    position: relative;
}

h2::after {
    position: relative;
    display: block;
    top: 20px;
    content: '';
    background: url(ribbon.png) #fff no-repeat center top;
    background-size: 32px;
    width: 32px;
    height: 32px;
    text-align: center;
    margin: 0 auto;
    padding: 0 10px;
}

.ft {
    text-align: center;
    font-size: 10px;
    letter-spacing: 2px;
}