body {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 600;
    background: #ff0000;
}

p {
    color: #b3b3b3;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    align-content: center;
}

h2 {
    color: #838181;
    font-weight: 600;
    text-shadow: 2px 2px #000000;
}

h3 {
    color: #ff0000;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-shadow: 2px 2px 4px #000000 !important;
}

h4 {
    color: #ff0000;
    font-weight: 900px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-shadow: 2px 2px 4px #000000 !important;
}

h5 {
    color: #061A56;
    font-weight: 900px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.ima {
    border: 2px solid #fff;
    box-shadow: 10px 10px 5px #ccc;
    -moz-box-shadow: 10px 10px 5px #ccc;
    -webkit-box-shadow: 10px 10px 5px #ccc;
    -khtml-box-shadow: 10px 10px 5px #ccc;
}

.candle {
    box-shadow: 10px 10px 5px #ccc;
    -moz-box-shadow: 10px 10px 5px #ccc;
    -webkit-box-shadow: 10px 10px 5px #ccc;
    -khtml-box-shadow: 10px 10px 5px #ccc;
    border-radius: 10px;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a,
a:hover {
    text-decoration: none !important;
    color: #ff0000;
}

.content {
    padding: 7rem 0;
}

.navbar {
    margin-top: -37px;
    margin-bottom: -5px;
    margin-left: 5px;
    margin-right: -15px;
}

.left_colm {
    text-align: left;
    max-width: 500px;
    margin-left: -5px;
    margin-right: -5px;
}

.hr {
    width: 50%;
    color: #ff0000;
}

.hero {
    color: #061A56;
    text-align: justify;
    font-weight: 900px;
    font-size: 14px;
    margin-left: -15px;
    margin-right: -15px;
}

p {
    color: #061A56;
    font-weight: 900px;
}

.left-col {
    color: #061A56;
    font-weight: 900px;
    font-size: 20px;
}

.column {
    color: #061A56;
    max-width: 500px;
    margin-left: -20px;
    margin-right: -20px;
}

.date {
    color: #ffffff;
    background-color: #061A56;
}

.copyright {
    color: #061A56;
}