@import url('https://fonts.googleapis.com/css?family=Nunito+Sans&display=swap');

body {
    font-family: 'Nunito Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    min-height:100vh;
    background-color: #f5f0fa;
}

.navbar {
    background-color: #ece4f6 !important;
    border-bottom: 1px solid #d5c8e6;
}

.card {
    border-radius: 1rem !important;
    overflow: hidden;
    border-color: #8b6aae !important;
}

.card-header {
    border-radius: 0 !important;
    background-color: #ece4f6;
    border-bottom-color: #d5c8e6;
}

.card-footer {
    background-color: #ece4f6 !important;
    border-top-color: #d5c8e6;
}

.btn-outline-primary {
    color: #6f42c1;
    border-color: #6f42c1;
}

.btn-outline-primary:hover {
    background-color: #6f42c1;
    border-color: #6f42c1;
    color: #fff;
}

.footer a, .footer a:visited, .footer a:hover {
    text-decoration: none;
    color: inherit;
}

.footer {
    height: 45px;
    line-height: 45px;
    background-color: #ece4f6;
    border-top: 1px solid #d5c8e6;
    z-index: 20;
}

.flex-fill {
    flex:1 1 auto;
}

.svg-circle {
    z-index: 20;
}
