html, body {
    width:100%;
   
    background: #494948;
    color: white;
    min-height: 0;
}

h1 {
    font-size: 3rem;
}

.department-pill {
    border-radius: 4rem;
    background: #ff14da;
    color:white;
    text-decoration: none;
    padding: 1.8rem 2rem;
    transition: background-color 100ms linear;
}

a:hover{
    text-decoration: none;
    color: white;
    background-color: #840cf5;
    transition: background-color 100ms linear;
}

.revere-logo {
    max-width: 130px;
}