body {
    background-color: #1f2632;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    --tw-text-opacity: 1;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    clear: both;
    margin: auto;
    display: block;
    position: relative;
    overflow-x: hidden;
    text-align: center;

}

h1 {
    text-align: center;
    font-size: 40px;
    font-weight: bolder;
    margin-top: 120px;
}


.page-outer {
    min-height: 100vh;
    position: relative;
}

.blog-page .section-full {
    padding-top: 7rem;
    padding: 1 rem 2 rem 1 rem 2 rem !important;
}

.section-full {
    min-height: 100vh;
    position: relative;
    transition: opacity 0.4s;
}

.page-blog .page-blog__container {
    flex: 1 1 auto;
    width: auto;
}

.post-content {
    float: left;
    max-width: 100%;
}

.post-article .post-content {
    float: left;
    max-width: 100%;
    margin-bottom: 1.5rem !important;
}

#row {
    /* flex-shrink: 0;
    width: 100%; */
    /* max-width: 100%; */
    display: flex;
    flex-wrap: wrap;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);


}

.img-fluid {
    max-width: 50%;
    height: auto;
}




/* html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
} */
/* HTML5 display-role reset for older browsers */
/* article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
} */



ol,
ul {
    list-style: none;
    text-align: justify;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}



.container {
    text-align: center;
    margin-top: 60px;
    background-position: center;
    max-width: auto;
    margin: 55px;
    /* margin-right: -10px; */
    /* position: relative; */

}

.panel {
    background-color: #f9f9f9f9 !important;
    border-radius: 10px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    text-align: center;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
    /* max-width: 80%; */
}

.pricing-plan {
    border-bottom: 1px solid #e1f1ff;
    text-align: center;
}

.pricing-plan:last-child {
    border-bottom: none;
}

.pricing-img {
    margin-bottom: 25px;
    max-width: 99.5%;
    margin-top: 2px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.pricing-header {
    color: #888;
    font-weight: 600;
    padding: 15px;
    margin-top: 20px;
    /* letter-spacing: 1px; */
}

.pricing-features {
    margin: 50px 0 25px;
    color: #016ff9;
}

.pricing-features-item {
    font-weight: 600;
    /* letter-spacing: 1px; */
    font-size: 12px;
    line-height: 1.5;
    padding: 15px 16px;
    border-top: 1px solid #e1f1ff;
}

.pricing-features-item:last-child {
    border-bottom: 1px solid #e1f1ff;
}

.pricing-title {
    color: #016ff9;
    display: block;
    font-size: 32px;
    font-weight: 700;
    padding: 10px;
}

.pricing-button {

    max-width: 90%;
    /* max-height: auto; */
    padding: 9px 9px;
    border: 2px solid;
    border-radius: 10px;
    color: #348efe;
    display: inline-block;
    text-decoration: none;
    margin: 25px 0;
    transition: background-color 200ms ease-in-out;
}

.pricing-button2 {
    border: 1px solid #9dd1ff;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    padding: 15px 35px;
    text-decoration: none;
    background: green;
    margin: 25px 0;
    transition: background-color 200ms ease-in-out;
}

.pricing-button:hover,
.pricing-button:focus {
    background-color: #e1f1ff;
}

.pricing-button.is-featured {
    background-color: #48aaff;
    color: white;
}

.pricing-button.is-featured:hover,
.pricing-button.is-featured:focus {
    background-color: #269aff;
    color: white;
}



nav {
    text-align: left;
    margin-top: 10px;
}

#footer {
    margin-top: 200px;
}



/* .blog-page:hover { */

/* color: blue; */
/* text-decoration: underline; */
/* background-color: blue; */

/* } */