/*
ef946c -tangerine
228b22 -border
c4a77d -bg
454372 -indigo - light purple
2f2963 text
*/

.left-col {
  border-right: 4px solid #2F2963;
}
.column.left-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.left-col-link {
    margin-top: auto;
    text-align: left;
}

.left-col-link a {
    color: inherit;
    text-decoration: none;
}

.left-col h1 {
  text-align: center;
}

.left-col h3 {
  /*font-family: 'MootJungle', sans-serif; /* Use your font name, plus a fallback */
  text-align: center;
}