@charset "utf-8";
/* CSS Document */

body {
    color: #ffffff !important;
    background-color: #000000!important;

}

.bg-dark {
    background-color: #000000!important;
}

.h1, h1 {font-size: 3em !important; font-weight: 800;}

.h2, h2 {font-size: 2.2em !important; }

.h3, h3 {font-size: 1.75em !important; }

.p, p {font-size: 1.25em;}

.btn-style {border-radius: 30px; padding: 15px 25px; font-size: 18px; margin-right: 25px;}

.center{text-align: center;}

.navbar-brand {
    display: block;
    height: 70px !important;
    margin-left: 5%;

}