body {
    background: #87cefa;
    font-family:Tahoma, sans-serif;
}
div {
    width: fit-content;
}
div:nth-child(even) {
    background: #df8045;
    box-shadow: 0 0 10px #baa9c7;
    color: black;
}
div:nth-child(odd) {
    background: #207fba;
    box-shadow: 0 0 10px #df8045;
    color: white;
}
#efc {
    display: inline;
    margin: 0 5px 0 0;
}
.ashell {
    display: none;
}
.setting {
    display: none;
}
.help {
    display: none; 
}
.atomt {
    display: none;
}
button {
    transition: box-shadow 0.3s ease-in-out;
    border: solid 2px slateblue;
    border-radius: 3px;
}
button:hover {
    transition: transform 0.1s ease-in-out;
    transform: scale(1.1)
}
div#pan {
    background: lightcyan;
    color: black;
}
#p {
    background: lightyellow !important;
    color: black;
}
#n {
    background: darkgrey !important;
    color: black;
}
#a {
    background: whitesmoke !important;
}
#e {
    font-size: 25px;
    color: blue;
}
#ev {
    font-size: 20px;
}
#efc {
    font-size: 18px;
}
#ele {
    background: blue;
    color: white;
}
#settings {
    background: lightgray;
}
#at {
    background: linear-gradient(to right, yellow, white, darkgray);
    display: none;
}
#shell {
    background: radial-gradient(circle, blue, darkgray);
    color: white;
}
#savee {
    background: yellow;
}
#hrb {
    background: red;
    color: white;
}
#uparti {
    background: linear-gradient(45deg, green, purple, darkBlue);
    box-shadow: 3px 3px 6px black;
    animation-name: Move;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    color: white;
    display: none;
}
@keyframes Move {
    0% {box-shadow: 3px 3px 6px black;}
    25% {box-shadow: -3px 3px 6px black;}
    50% {box-shadow: -3px -3px 6px black;}
    75% {box-shadow: 3px -3px 6px black;}
    100% {box-shadow: 3px 3px 6px black;}
}
#ep100ms {
    color: blue;
    font-size: 22px;
}
div.main span, span#spae {
    background: yellow;
    color: black;
    display: block;
}