﻿:root {
    color-scheme: light dark;
}

body {
    background: light-dark(#efefef, #212529);
    color: light-dark(#000, #dee2e6);
    padding-bottom: 60px;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

.header-content {
    padding: 48px 0;
}

.body-content {
    max-width: 970px;
    margin: 0 auto;
    border: light-dark(#ddd, #495057) 1px solid;
    border-radius: .25rem;
    padding: 40px;
    background: light-dark(#fff, #343a40);
}

.sticky-footer {
    width: 100%;
    padding: 10px 0;
    background-color: light-dark(#f8f9fa, #2b3035);
    position: fixed;
    bottom: 0;
}

.icon-msg {
    font-size: 128px;
}

.contact-info {
    list-style: none;
    padding: 0;
}

.text-muted {
    color: light-dark(#6c757d, #bbb) !important;
}

a {
    text-decoration: none;
    color: light-dark(#000, #eee);
}
