*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
blockquote {
    margin-block-end: 0;
}

img,
picture {
    max-width: 100%;
    display: block;
}

/* fatmonk.org */

body {
    min-height: 100vh;
    line-height: 1.5;
    font-family: "Georgia", "Times New Roman", "Garamond", serif;
    color: #655;
    padding: 0 10% 0 10%;
    font-size: 110%;
}

@media (min-width: 40rem) {
    body {
        padding: 0 20% 0 20%;
    }
}

.ctr {
    text-align: center;
}

.flex {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0 1rem 0;
}

.logo {
    display: flex;
    justify-content: center;
    margin: 2rem auto 0 auto;
}

/* Link */

a {
    font-size: inherit;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
    text-decoration-color: #dcc;
    text-underline-offset: 3px;
    cursor: pointer;
    color: #655;
}

a.header {
    text-decoration: none;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

/* Text */

h1,
h2,
h3,
h4 {
    margin: 0 0 1rem 0;
}

p {
    margin: 0 0 1rem 0;
    font-size: inherit;
}

p.header {
    margin: 0 0 1rem 0;
    text-align: center;
    font-family: cursive;
    font-size: x-large;
    font-weight: bold;
}

p.footer {
    text-align: center;
    margin-top: 4rem;
}

blockquote {
    margin-left: 0;
    padding-left: 0.5rem;
    border-left: solid 0.5rem #f0f0f0;
}

.title {
    display: block;
    font-size: x-large;
    font-weight: bold;
    margin: 0 0 2rem 0;
    color: inherit;
    border: none;
    outline: none;
    width: 100%;
}