﻿body {
    background-color: #DDDDDD;
}

.col {
    display: flex;
    justify-content: center;
}

.row {
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
}

.logohead {
    max-width: 350px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.logofoot {
    margin-top: 15px;
    margin-bottom: 20px;
}

.logoleft {
    margin-right: 15px;
}

.logoright {
    margin-left: 15px;
}

p, a, li {
    color: #212C42;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

    a:link {
        color: #212C42;
        text-decoration: none;
    }

    a:active {
        color: #212C42;
    }

    a:visited {
        color: #212C42;
    }

    a:hover {
        color: #212C42;
    }

    a.privacy {
        display: block;
        padding-bottom: 30px;
    }

.list {
    display: flex;
    justify-content: center;
    margin-top: -10px;
}

ul {
    text-align: left;
}