body {
    background: url('/atteli/patterns/wall.JPG') repeat;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
}
.logo {
 position: absolute;
 top: 5vh;

}
.a4-div {
    width: 270mm;
    height: 2000mm;
    background: url('/atteli/patterns/frog.png') repeat;  
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    color: #000;                            
    font-size: 12pt;
    line-height: 1.5;
    position: absolute;
    top: 25vh;
    outline: 9px double #331a00;
}
.kakis {
	width: 40%;
	position: absolute;
	left:var(--x);
        top:var(--y);

}
.audio{
	position: absolute;
	left:var(--x);
        top:var(--y);

}

.teksts {
	position: absolute;
	left:var(--x);
        top:var(--y);
  font-family: 'Comic Sans MS', cursive, sans-serif;
  font-size: 2em; /* Lielums var tikt mainīts pēc vajadzības */
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Ēnas efektss */

}

@media (max-width: 220mm) {
    .a4-div {
        width: 95vw;
        height: calc(95vw * 1.414);
        max-height: 95vh;
        padding: 5vw;
    }
}
.background-image {
    z-index: 1;
}
.overlay-image {
    z-index: 2;
    transition: opacity 3s ease;
}

.red-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff0000;
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    transition: opacity 5s ease;
}
.kakis2{
    width:50px;
    height:50px;
    border:none;
    margin:0;
    padding:0;
    background:transparent;
    outline:none;
    cursor:pointer;
    position:absolute;
    top:2584px;
    left:634px;
}
