html, body {
    height: 100%;
    margin: 0;
    background: #000 url("../images/skog1.jpg") center center / cover no-repeat fixed;
    color: #fff;
    text-align: center; /* centers all text */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;


@import url('https://fonts.googleapis.com/css2?family=Uncial+Antiqua&display=swap');
}
.header1 {
    background-color: black;
    color: white;
    border: 2px solid black;

    font-family: "Uncial Antiqua", system-ui;


    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}
.header1 a {
    color: white;
    text-decoration: none;
    margin-right: 20px;
}

.header1 a:hover {
    color: gray;
}
.logo {
    width: 130px;
    height: auto;
}

.disclaimer {
    background-color: black;
    color: white;
    border: 2px solid white;

    font-family: Arial, sans-serif;

    padding: 20px;
    margin: 20px auto;

    width: fit-content;
}
.about {
    background-color: black;
    color: white;
    border: 2px solid white;

    font-family: Arial, sans-serif;

    padding: 20px;
    margin: 20px auto;

    width: fit-content;
}
.question {
    font-weight: bold;
}