body {
    background-color: #0084c8;
}

.white-on-white {
    background: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 30em;
}

.president {
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 0.2em;
}

.position {
    margin-top: 0;
}

.gradient-box{
    background: linear-gradient(to bottom, #f4f4f4 30%, #0184c8 100%);
    padding: 30px 0;
    color: white;
    justify-content: center;
    display: flex;
    flex-direction: column;
}