body {
    margin-top: 96px;

}

h1.live-message {    
    background-color: white;
    border-radius: 30px;
    width: 60%;
    margin: 0 auto;
}

h1.live-message a {
    color: #6441A4;
}

div.container {
    margin-bottom: 28px;
}

div.quote {
    background-color: lightgrey;
    font-style: italic;
    border-radius: 5px;
    padding: 8px;
}

div.quote-source {
    text-align: right;
}

div.row.ongoing-projects {
    margin-bottom: 20px;
}

