*{
    margin: 0;
    padding: 0;

}
body{
    min-height: 100vh;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.9),rgba(0, 0, 0, 0.9)), url("background.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;

}
.content{
    width: 90%;
    color: #FFF;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 10px  auto 10px auto;
}
h1{
    text-align: center;
    font-weight: 700;
    font-size: 42px;
}
table{
    margin-top: 0px;
    width: 100%;
    border-style: none; 
    border-collapse: collapse;
    margin-bottom: 0px;
}
p{
    text-align: right;
    font-size: 16px;
}
td{
    padding: 15px 0;
    padding: 6px 24px;
    xheight: 40px;
    vertical-align: middle;
}
tr{
    xheight: 45px;
    border-bottom: 1px solid #fff;
}
#EN{
    text-align: right;
    width: 45%;
}
#CZ{
    text-align: left;
    width: 45%;
}
#cena{
    text-align: center;
    width: 10%;
}