body, p, span, h1, h2, h3 {
    margin: 0;
    padding: 0;
}
h1, h2, h3 {
    text-align: center;
}
h2, h3 {
    padding: 15px 0;
}
h1 {
    font-size: 1.7em;
}
h2 {
    font-size: 1.3em;
}
h3 {
    font-size: 1.2em;
}


table {
    border-collapse: collapse;
    margin-bottom: 10px;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

td, th {
    padding: 10px;

    word-wrap: break-word;
}
tbody tr:nth-child(2n) {
    background-color: #31333d;

}
table caption, td, th {
    text-align: left;
}

.one {
    background-color: unset;
    color: #FFF;
}

.one:hover {
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.3);
}

.two {
    background-color: #fee077;
}

.two:hover {
    background-color: rgb(1, 133, 254);
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.3);
}

.large-button {
    background-color: #fee077;
    color: #000;
}

.large-button:hover {
    background-color: #fee077;
}

/* colors for background */

.header {
    background-color: #0f1012;
}

body {
    background-color: #242529;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Open Sans", sans-serif;
}

.main-content {
    background-color: #222327;
}


/* color for list-menu */

.list-menu a {
    text-decoration: none;
    color: rgb(1, 72, 254);
    cursor: pointer;
    transition: .3s;
}

.list-menu a:hover {
    color: rgb(1, 133, 254);
}

.header {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}


.img-container {
    width: 250px;
    display: flex;
    margin-top: 5px;
    transition: .3s;
}

.img-container .logo {
    max-width: 150px;
}

.img-container:hover {
    filter: opacity(80%);
}

.header-img {
   /* cursor: pointer;*/
    transition: .3s;
}


.header-img:hover {
    filter: opacity(80%);
}

.header-button-block {
    display: flex;
}

.header-button {
    cursor: pointer;
    max-width: 200px;
    height: 50px;
    border: none;
    transition: .3s;
    border-radius: 15px;
    margin: 20px;
    font-size: 1em;
    color: #000;
	padding: 5px 30px;
    font-weight: 700;
}

html {
    scroll-behavior: smooth;
}

.main {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.main-content {
    max-width: 1000px;
    margin: 50px 0;
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.1);
    display: flex; 
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    scroll-behavior: smooth;
}

.footer img:hover {
    filter: opacity(80%);
}

.img-banner {
	
	
	    border-radius: 9px;
    padding: 10px 0;
    max-width: 100%;
    display: block;
    margin: 0 auto;
	
}

.heading {
    font-size: 1.5em;
    margin: 10px 0 10px 0;
    text-align: center;
}

.text {
    font-size: 1em;
    margin: 20px 0 20px 0;
}

.large-button {
    width: 90%;
    height: 60px;
    border-radius: 15px;
    font-size: 1.2em;
    margin: 20px auto;
    transition: .3s;
	padding: 5px 20px;
    cursor: pointer;
	border-width: 0px;
}



li {
    text-align: left;
}

.heading-two {
    font-size: 1.3em;
    margin: 20px 0 20px 0;
    text-align: center;
}

.heading-three {
    text-align: center;
    font-size: 1em;
    margin: 20px 0 20px 0;
}


.nav-block a {
    text-decoration: none;
    color: #fff;
    margin: 10px;
    cursor: pointer;
    transition: .3s;
}

.nav-block a:hover {
    color:#7a7a7a;
}

.footer {
    max-width: 1000px;
    margin: 0 auto 20px auto;
}

.footer p {
    font-size: 0.8em;
    color: rgb(105, 98, 98);
    text-align: center;
    margin: 10px 20px 70px;
}

.footer ul {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    max-width: 700px;
    margin: 20px auto;
}

.footer ul li {
    background-color: rgb(30,29,38);
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.footer ul li img {
    width: 100px;
    transition: .3s;
}

.button-fixed {
justify-content: center;
    position: fixed;
    z-index: 999;
    right: 0;
    left: 0;
    display: flex;
    width: 100%;
    bottom: 0;
}
button.header-button.one {
    border-width: 1px;
    border-style: solid;
    border-color: #a1a4a9;
	color: white;
}

p.time-box {
    padding: 15px 0;
}
.entry-content {
    display: flex;
    flex-direction: column;
}

@media (max-width: 450px) {
    .img-container {
        width: 130px;
    }

    .header {
        flex-direction: column;
        height: 100%;
    }
}

@media (max-width: 767px) {
.header {
        display: flex !important;
    }
}

@media (max-width: 767px) {
.large-button {
        display: inline-block !important;
    }
}
@keyframes pulse {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 #fee077
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px transparent
    }

    to {
        transform: scale(.95);
        box-shadow: 0 0 0 0 transparent
    }
}
		
.anim {
animation: pulse 2s infinite;}



a.nolink {
    color: #c6a458;
	text-decoration: none;
}



.author-box {
    background: #41444f;
    border-radius: 10px;
    padding: 20px 20px 40px 20px;
    margin: 10px 0;
    border-top: 1px solid #fee077;
}

.author-box__ava {
    float: left;
    margin-right: 20px
}

.author-box__ava img {
    border-radius: 50%
}

.author-box__body {
    overflow: hidden
}

.author-box__author {
    font-family: Roboto,Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: 600;
    margin-bottom: 10px
}

.author-box__author em {
    margin-left: 10px;
    font-weight: 400;
    color: #fff;
    font-size: .7em
}

.author-box__description {
    line-height: 1.3
}


.q-question-block {
    border: 1px solid #fee077;
    border-radius: 1rem;
    margin-bottom: 1rem;
    padding: 5px;
}
.q-question {
    padding: 10px 5px;
    font-weight: bold;
}
.q-answer {
    padding: 10px;
}
.main_tabs_listitem_text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    box-sizing: border-box;
    max-height: 100%;
    font-weight: 600;
    font-size: 15px;
	    color: #fee077;
}
img.star {
    display: inline;
}
.answ>.main_tabs_listitem_text {
    background-color: #fee077;
    width: 100%;
	 border-radius: 1rem 1rem 0 0;
    padding: 10px;
	color: black;
}
.answ {
    border: 1px solid #fee077;
    margin: 1rem 0;
	border-radius: 1rem;
}
.entry-content p {
    padding: 5px;
}
a {
    color: #c6a458;
    text-decoration: underline;
}

.entry-content li {
    list-style: none;
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 0.1em;
}



.entry-content ul:not([class]) li::before, 
.archive-description ul:not([class]) li::before, 
.home-text ul:not([class]) li::before {
    content: "";
    position: absolute;
    top: 0.6em;
    left: 0;
    display: inline-block;
    width: 0.7rem;
    height: 0.5rem;
   background: #fee077;
}


.entry-content ul {
       padding-inline-start: 10px;
}

.archive-description ol:not([class]) li, .entry-content ol:not([class]) li, .home-text ol:not([class]) li {
    padding-left: 4.5rem;
    margin-bottom: 2em;
}
.archive-description ol:not([class]) li:before, .entry-content ol:not([class]) li:before, .home-text ol:not([class]) li:before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    left: 0;
    width: 40px;
    height: 30px;
    padding-top: 0.5em;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border: 2px solid #d454ed;
    border-radius: 50%;
}
.entry-content ol {
    padding-inline-start: 10px;
}
nav ul {
    padding-inline-start: 10px;
	    line-height: 1.5em;
}
nav li {
    text-align: left;
    list-style: none;
	padding-left: 0rem!important;
}
nav ul li::before {
    content: none !important;
}
.entry-content blockquote
 {
font-style: italic;
    position: relative;
    margin: 1em 0;
        padding: 10px 10px 10px 30px;
    border-left: 3px solid #fee077 !important;
	    background-color:#31333d;}
		
.comment-block {
    
  
    padding: 5px;
    color: #fee077;
    font-weight: 600;
}
