:root {
    font-family: Calibri, Arial, sans-serif;
    font-size: 16px;
    color: white;
}

@media screen and (max-width: 480px) {
    :root {
        font-size: 12px;
    }

    .sep {
        display: block;
        visibility: hidden;
        height: 1px;
    }
}

body {
    background-color: #03331e;
}

h1, h2, h3 {
    font-family: Garamond, 'Times New Roman', serif;
    margin: 0;
}

address {
    margin-top: -40px;
    text-align: center;
}

a {
    color: #fff;
    text-decoration: none;
    font-size: 1.5em;
}

a:hover {
    text-decoration: underline;
}
main {
    max-width: 1024px;
    margin: 0 auto;
}

.logo {
    width: 100%;
}

.bank {
    padding-top: 2em;
    text-align: center;
    font-size: 1.2em;
}

.bank:hover {
    cursor: copy;
}
