* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url(/img/bg.png);
    overflow: hidden;
}


@font-face {
    font-family: Terminus;
    src: url("/fonts/terminusbold.ttf");
}

#header {
    background-color: rgba(15, 15, 15, 0.897);
    width: 40%;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    align-items: center;
    border: hsla(0, 0%, 8%) 3px outset;
    color: white;
    font-size: 50px;
    font-family: Terminus;
    text-shadow: 1px 1px 2px rgb(255, 0, 0), 0 0 1em rgb(114, 114, 255), 0 0 0.2em rgb(156, 156, 255);
    margin-top: 5px;
    border-bottom: none;

}

.ggfaja {
    height: 40px;
    image-rendering: pixelated;
}

.ggfaja2 {
    transform: rotateY(180deg);
    height: 40px;
    image-rendering: pixelated;
}

#podh {
    
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(15, 15, 15, 0.897);
    width: 40%;
    font-family: Terminus;
    border: hsla(0, 0%, 8%) 3px outset;
    color: white;
    text-align: center;
    text-shadow: 
        1px 1px 2px rgb(255, 0, 0), 
        0 0 1em rgb(114, 114, 255), 
        0 0 0.2em rgb(156, 156, 255);
    font-size: 20px;
    border-bottom: none;
    border-top: none;

}

#chuj {
    
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(15, 15, 15, 0.897);
    border: hsla(0, 0%, 8%) 3px outset;
    width: 40%;
    text-align: center;
    border-top: none;

}

.b1,.b2,.b3 {
    padding: 2px;
    background-color: lightblue;
    color: white;
    font-size: 20px;
    font-family: "Comic Sans MS", sans-serif;
    text-shadow: 
        1px 1px 2px rgb(255, 0, 0), 
        0 0 1em rgb(114, 114, 255), 
        0 0 0.2em rgb(156, 156, 255);
    margin: 10px;
    border: hsla(0, 0%, 8%) 3px outset;
}


.bo2     {
    padding: 2px;
    background-color: rgba(173, 216, 230, 0);
    color: white;
    font-size: 18px;
    font-family: "comic sans ms";
    text-shadow: 
        1px 1px 2px rgb(255, 0, 0), 
        0 0 1em rgb(114, 114, 255), 
        0 0 0.2em rgb(156, 156, 255);
    margin: 10px;
    border: none;
     
}

#mydiv5 {
    animation:spin 2s linear infinite;
}



@keyframes spin { 
    100% { 
        transform:rotate(360deg); 
    } 
}



.b1:hover,.b2:hover,.b3:hover {
    background-color: lightcyan;
}

#app { 
    position: absolute;
    z-index: 12;

}


  #mydiv2, #mydiv3, #mydiv, #mydiv4, #mydiv5 {
    position: absolute;
    z-index: 11;
    border: #141414 3px outset;
    text-align: center;
    max-width: 15%;
    box-shadow:  
    0 0 1em rgb(114, 114, 255), 
    0 0 0.2em rgb(156, 156, 255);
    color: lightgray;
    text-shadow: 
    0 0 1em rgba(114, 114, 255, 0.67), 
    0 0 0.2em rgb(156, 156, 255, 0.67);
    background-color: hsla(0, 0%, 6%);
    font-size: 11px;
    opacity: 90%;
  }
  
  #mydivheader {
    padding: 5px;
    cursor: move;
    z-index: 10;
    text-shadow: 
    1px 1px 2px rgb(255, 0, 0), 
    0 0 1em rgb(114, 114, 255), 
    0 0 0.2em rgb(156, 156, 255);
    background-color: rgba(15, 15, 15) 0.897);
    color: #fff;
    font-family: "Comic Sans MS", sans-serif;
    font-size: 10px;
  }


.jolly {
    max-width: 99%;
}

#mydiv4 {
    opacity: 70%;
  
}

#elektron {
    font-family: Terminus;
    font-size: 10px;
   
}

#kutas {
    position: absolute;
    width:100%;
    
}