/*
 * SPDX-FileCopyrightText: 2023 Armas Scharpegge
 *
 * SPDX-License-Identifier: Apache-2.0
 */

.heading {
    text-align: center;
    margin-bottom: 0pt;
    padding-bottom: 0pt;
    line-height: 1.0;
}

.heading .title {
    font-size: 48pt;
    color: #14a3ab;
}

.heading .author {
    font-size: 24pt;
    color: #ab1111;
}

.heading .location {
    font-size: 32pt;
    color: #663399;
}

a.boxed {
    border-radius: 8px;
    padding: 5px;
    background-color: #cb1111;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 16pt;
}

a.boxed:hover {
    background-color: #771111;
}

li {
    margin: 2pt;
}

body {
    margin: 40px auto;
    max-width: 600px;
    font-size: 18pt;
    line-height: 1.6;
    font-family: sans-serif;
}

.code {
    font-family: mono;
}
