
@font-face {
    font-family: 'IBM_EGA_8x8';
    src: URL('Px437_IBM_EGA_8x8.ttf') format('truetype');
  }

body{

    background-image: url("fotky/pozadi.png");
    background-size: 100%;
    padding: 0cm;
    margin: 0px;

}

#truhla-zav{

    position: absolute;
    left: 43%;
    top: 65%;

}

#truhla-ote{

    position: absolute;
    left: 39%;
    top: 50%;

}

#srdicko{

    position: absolute;
    left: 46.4%;
    top: 67%;
    transition: top 2s ease-out;


}

#text{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.623);
    color: aliceblue;
    width: 40%;
    margin: 0px;
    top: 90%;
    padding: 0px;
    max-height: 100%;
}

p{
    padding: 5px;
    margin: 0px;
    font-family: IBM_EGA_8x8;
    transition: 3s ease-out; /* Add fade transition */

}

#prokleti{
  position: absolute;
  text-align: center;


}