html
{
    height: 100%;
}

body
{
    height: 100%;
    margin: 0;
}

.content
{
    height: 100%;
    padding: 0 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.programs
{
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.programs__header
{
    text-decoration: underline;
}