body {
    font-family: "Courier New", Courier, monospace;
    font-size: 15pt;
    background-color: #ffe89c;
    color: #00085c;
}

/* DESKTOP */
@media (min-width: 1000px) {
    body {
        padding: 5%;
        width: 70%;
        max-width: 1000px;
    }
}

/* MOBILE */
@media (max-width: 1000px) {
    body {
        font-size: 13pt;
        padding: 5%;
        max-width: 100%;
    }
}

a {
    text-underline-offset: 3px;
}

.top {
    background: #00085c;
    color: #ffe89c;
    padding: 10px;
}

.container {
    /*width: 60%;*/
    /*position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
}

.donate {
    outline: 3px dashed green;
    box-sizing: border-box;
    padding-left: 12px;
    /*padding-right: 4px;*/
    padding-top: 10px;
    padding-bottom: 8px;
    /*padding: 5px;*/
    max-width: calc(fit-content - 5px);
}

hr {
    border: none;
    height: 0px;
    border-top: 2px solid black;
}

a,
a:visited,
a:active {
    color: inherit;
}

.special-link,
.special-link:visited,
.special-link:active {
    color: inherit;
}
