@charset "utf-8";
/* CSS Document */

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;
 text-decoration : none;
 margin : 10px;
 padding : 15px;
}

.desna_strana {
 width : 100%;
 background-color : #ff9900;
 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; */
}