body {
    background-color: #000000;
    margin: 0;
}

.agency-comms{
    max-width:520px;
    margin:70px auto;
    padding:30px;
    border:1px solid #333;
    background:#111111;
}

.agency-comms h2{
    margin-top:0;
    color:#5b9dd6;
    font-size:1.5rem;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.agency-copy{
    margin-bottom:20px;
    line-height:1.6;
    color:#dddddd;
}

.agency-comms input[type=email]{
    width:100%;
    padding:12px;
    border:1px solid #555;
    font-size:16px;
    box-sizing:border-box;
    background:#1a1a1a;
    color:#ffffff;
}

.agency-comms button{
    margin-top:14px;
    width:100%;
    padding:12px;
    background:#12385b;
    color:white;
    border:none;
    cursor:pointer;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.agency-comms button:hover{
    background:#1d4e78;
}

.smallprint{
    margin-top:20px;
    font-size:.82rem;
    color:#999;
}

.site-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    background-color: #1b1b1b;
    border-bottom: 3px solid #0b3d91;
}

.site-logo {
    height: 40px;
    width: auto;
}

.site-header-title {
    color: #ffffff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 15px;
    letter-spacing: 1.5px;
    font-weight: 600;
}