@charset "utf-8";
/* CSS Document */

body {
	background-color : #500000;
    font-family : Arial, Helvetica, sans-serif;
}

h2 {
	color : white;
}
.lista {
 display : inline-block;
 justify-content : left;
 align-items :flex-start;
 align-content : center;
 font-family : Arial, Helvetica, sans-serif;
 font-size : 100%;
}

.kontejner {
 display : inline-flex;
 width: 100%;
 text-decoration-color: #0F0743;
 margin-left : 3%
}

.leva_strana {
 text-align : center;
 font-weight : bolder;
 margin : 10px;
 padding : 15px;
}

.desna_strana {
 width : 100%;
 background-color :#0C0C4B;
 color : white;
 box-shadow : none;
 font-size : 10pt;
 margin : 10px;
 margin-right : 10%;
 padding : 15px;
}

.leva_strana:hover ~ .desna_strana {
  box-shadow : 5px 3px 10px 5px #FFFFFF;
  /* background-color : red; */
}

.desna_strana_bold {
 display : inline-block;
 color : lightgray;
 justify-content : left;
 align-items : flex-start;
 align-content : center;
 font-size : 100%;
 font-weight : bolder;
}