.logo {
    width: 200px;
    object-fit: fill;
}

body {
    font-family: Verdana;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
}

.header {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
    color: #c1002b;
    font-size: 20px;
    font-family: Verdana;
}

h2 {
    font-family: Verdana;
    font-size: 18px;
    color: #c1002b;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

/* p {
    margin: 0 0 15px;
} */

a {
    color: #c1002b;
    text-decoration: none;
    font-weight: bold;
}

/* a:hover {
    text-decoration: underline;
} */
.button {
    text-align: left;
}

.button h2 {
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 0px;
    color: #c1002b;
}

.button a.cta-link {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    background-color: #c1002b;
    color: #fff;
    border-radius: 5px;
}

.cta-link:hover {
    background-color: #a10024;
}

pre {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    width: 100%;
    font-size: 15px;
    font-family: sans-serif;
}

@media only screen and (max-width: 768px) {
    .logo {
        height: auto;
        width: 150px;
        object-fit: fill;
    }

    body {
        font-family: Verdana;
        font-size: 13px;
    }

    h1 {
        color: #c1002b;
        font-size: 18px;
        font-family: Verdana;
    }

    h2 {
        font-family: Verdana;
        font-size: 17px;
        color: #c1002b;
        border-bottom: 2px solid #ddd;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }

    p {
        font-size: 15px;
    }

    a {
        color: #c1002b;
        text-decoration: none;
        font-weight: bold;
    }
}
