body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #dad7cd;
    background: #346751;
    margin: 12px 24px;
}

h1 {
    color: #dad7cd;
}

h2 {
    background: rgba(218, 215, 205, 0.1);
    padding: 8px;
    border-radius: 4px;
    border: 1px solid rgba(218, 215, 205, 0.18);
    box-shadow: 0 8px 32px 0 rgba(22, 22, 22, 0.37);
}

h3 {
    text-align: left;
    color: #344e41;
    padding-top: 12px;
}

h4 span{
    color: #346751;
    padding: 2px;
    background-color: #F7894a;
    box-shadow: 0 8px 32px 0 rgba(22, 22, 22, 0.37);
}

p {
    text-align: justify;
}

li {
    text-align: left;
}

hr {
    border: none;
    border-top: 2px solid #789082dd;
    margin: 4%;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th  {
    background-color: #28282b40;
}

th, td {
    width: 33% ;
    border: 1px solid #28282bdd;
}

a {
    color: #dad7cd;
    text-decoration: none;
    background: #344e41;
    padding: 3px;
    border-radius: 3px;
    border: 2px solid #dad7cd;
    box-shadow: 0 8px 32px 0 rgba( 22, 22, 22, 0.37 );
}

a:hover {
    color: #28282b;
    background: #dad7cd;
}

img {
    filter: drop-shadow(0 8px 32px rgba(22, 22, 22, 0.37));
    margin: 3%;
}

a > img {
    display: none;
    position: absolute;
    width: 250px;
    transform: translateY(-166%);
    border-radius: 16px;
    border: 7px solid rgba(22, 22, 22, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

a:hover > img {
    display: block;
}

.tab {
    overflow: hidden;
    background: rgba(120, 144, 130, 0.125);
    border-radius: 16px 16px 0 0;
    margin: auto;
    max-width: 1248px;
}

.tab button {
    color: #344e41;
    background: inherit;
    float: left;
    outline: none;
    cursor: pointer;
    padding: 14px 2%;
    transition: 0.3s;
    border: none;
}

.tab button:hover {
    background: #fff2;
    padding: 14px 3%;
}

.tab button.active {
    background: rgba(120, 144, 130, 0.25);
    color: #28282b;
}

.tabcontent {
    display: none;
    text-align: center;
    padding: 1px 24px 24px 24px;
    background: rgba(120, 144, 130, 0.25);
    border-radius: 0 0 16px 16px;
    box-shadow: 0 8px 32px 0 rgba(22, 22, 22, 0.37);
    margin: 0 auto 80px auto;
    max-width: 1200px;
}

.c1 {
    border-radius: 16px 0 0 0;
}

.c6 {
    border-radius: 0 16px 0 0;
}

.warn {
    color: #dad7cd;
    background: #28282b80;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0 8px 32px 0 rgba( 22, 22, 22, 0.37 );
    width: 33%;
    margin: auto;
    margin-top: 5%;
}

.ad {
    position: fixed;
    right: 0;
    text-align: center;
    line-height: 1.75;
    width: 200px;
    background: #28282bdd;
    border-radius: 16px 0 0 16px;
    border: 1px solid rgba(22, 22, 22, 0.18);
    margin: 0;
    padding: 12px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 8px 32px 0 rgba(22, 22, 22, 0.37);
}