#zatemnenie {
        background: rgba(102, 102, 102, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
      }
      #okno {
        width: 300px;
        height: 110px;
        text-align: center;
        padding: 15px;
        border: 3px solid #ff0000;
        border-radius: 10px;
        color: #ff0000;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        background: #fff;
		font-size: 24pt;
      }
      #zatemnenie:target {display: block;}
      
	#zatemnenie1 {
        background: rgba(102, 102, 102, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
      }
      #okno1 {
        width: 330px;
        height: 110px;
        text-align: center;
        padding: 15px;
        border: 3px solid #ff0000;
        border-radius: 10px;
        color: #ff0000;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        background: #fff;
		font-size: 24pt;
      }
      #zatemnenie1:target {display: block;}
 
	#zatemnenie2 {
        background: rgba(102, 102, 102, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
      }
      #okno2 {
        width: 300px;
        height: 110px;
        text-align: center;
        padding: 15px;
        border: 3px solid #ff0000;
        border-radius: 10px;
        color: #ff0000;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        background: #fff;
		font-size: 24pt;
      }
      #zatemnenie2:target {display: block;}
      .close {
        display: inline-block;
        border: 1px solid #ff0000;
        color: #ff0000;
        padding: 0 77px;
        margin-left: 30px;
        text-decoration: none;
        background: #f2f2f2;
        font-size: 18pt;
        cursor: pointer;
      }
      .close:hover {background: #e6e6ff;}
