body {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-color: rgb(23, 145, 43);
    /* color: rgb(174, 183, 0); */ */
}
.container {
    text-align: center;
}
.container h1 {
    text-decoration: underline;
}

.container h2 {
    height: 45px;
}

#arrow {
    font-size: 1.4em;
}

.enoseis {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    text-align: center;
}
#one {
    grid-column: 2/3;
    justify-self: right;
}
#two {
    grid-column: 3/4;

}

#one h3, #two h3 {
    height: 30px;
}
/* li {
    border-bottom: 1px solid black;
    font-size: 1.4em;
    list-style: none;
} */

#clickmeb {
    display: none;
}

#kaib, #nero, #neronh3, #kainh3 {
    display: none;
}

#one, #two {
    width:200px;
}

#one ul, #two ul {
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    font: 16px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
}
#one ul ul, #two ul ul {
    margin: 0 0 0 2em;
}
#one li, #two li {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #FFF;
    color: #444;
    text-decoration: none;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
}

#one li:hover, #two li:hover {
    background: #cbe7f8;
    cursor: pointer;
    /* text-decoration:underline; */
}

#one li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -0.5em;
    top: 50%;
    margin-top: -1.3em;
    background: #87ceeb;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    color:#FFF;
}
#two li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    right: -0.5em;
    top: 50%;
    margin-top: -1.3em;
    background: #87ceeb;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    color:#FFF;
}

#ojea h3, #baseis h3 {
    /* content: counter(li);
    counter-increment: li; */
    /* position: absolute;
    right: -0.5em; */
    top: 50%;
    /* margin-top: 1.3em; */
    margin-bottom: 1.1em;
    padding: 0;
    background: #87ceeb;
    height: 2em;
    /* width: 2em; */
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    /* -moz-border-radius: 2em;
    -webkit-border-radius: 2em; */
    /* border-radius: 2em; */
    color:#FFF;
}

.example_b {
color: #fff !important;
text-transform: uppercase;
text-decoration: none;
background: #60a3bc;
padding: 20px;
border-radius: 50px;
display: inline-block;
border: none;
transition: all 0.4s ease 0s;
width: 250px;
}

.example_b:hover {
text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
cursor: pointer;
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
}
.antidrasi {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
}
.antidrasi .button_cont {
    grid-column: 2/3;
    height: 40px;
    color: rgb(110, 110, 122);
}
    