body {
    font-family: Value, serif;
    line-height: 1.2;
    color: #000;
    background: url("../img/bg.jpg") no-repeat;
    background-size: cover;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 60px;
}
h3 {
    font-size: 36px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p {
    margin: 0;
}
a {
    text-decoration: none;
    color: #2e79ff;
}
a:hover {
    text-decoration: underline;
}
#app {
    width: 90vw;
    height: 100vh;
    padding: calc(9px + 3%);
}

#logo {
    padding-bottom: 3rem;
    width: 100%;
}

#logo svg {
    width: 17rem;
}

.content {
    font-family: 'Kaisei HarunoUmi', serif;
    font-size: calc(3px + 3vmax);
    margin: auto 0;
}