@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: "Newspaper";
    src: url("../Fonts/Newspaper.ttf") format("truetype");
}

html {
    cursor: url("../Images/cursor.png"), auto;
}

a, button, input {
    cursor: url("../Images/cursor-help.png"), auto;
}

body, pre, code, blockquote {
    font-family: "Noto Sans", Arial, sans-serif;
}

body {
    background-color: #2B1B17;
    color: #b7b7b7;
    margin: 0;
    line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 1.2;
}

p {
    margin: 10px;
    text-align: justify;
}

a {
    color: #fa5f76;
    text-decoration: none;
}

a.blend-in {
    color: currentColor !important;
    text-decoration: none;
}

a:not(.blend-in):hover {
    text-decoration: underline;
    font-style: italic;
}

img {
    max-width: 100%;
    user-select: none;
}

hr {
    height: 1px;
    background-color: #f0f0f0;
    border-top: 1px inset #f9f9f9;
}

#contain {
    width: 100%;
    max-width: 800px;
    display: grid;
    grid-template-columns: 600px 200px;
    margin: 0 auto 0;
}

header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    grid-column-start: auto;
    grid-column-end: span 2;
}

header h1 {
    font-family: "Newspaper", "Kiwi Soda", "Pixel Operator", Arial, sans-serif !important;
    font-size: 65px;
}

.divider {
    grid-column-start: auto;
    grid-column-end: span 2;
}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    grid-column-start: auto;
    grid-column-end: span 2;
}

footer p {
    margin: 0;
}

#funi {
    text-decoration: double underline;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.questionnaire {
    width: 600px;
    height: 300px;
    overflow-y: scroll;
}

.questionnaire pre {
    margin: 0;
    padding: 0;
}

.navs {
    margin: 8px 0 8px 10px;
    padding: 0;
    list-style-type: none;
}