:root{
    --bs-body-font-size: .9rem;
    --bs-font-sans-serif: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Ubuntu, sans-serif;
}

body{
    background-color: #F0F0F0;
    -webkit-font-smoothing: antialiased;
}
.content-column{
    width: 380px;
}
.main-logo{
    max-height: 28px;
}
