* {
    margin: 0;
    padding: 0;
}
.imgbox {
    display: grid;
    height: 100%;
    z-index: 500;
}
.center-fit {
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
}

.app {
    xx_display: flex;
    width: 100%;
    height: 100%;
}

.zvolpribeh {
    width: 100%;
    text-align: center;
    padding: 10px;
    background: silver;
    border-bottom-width: 2px;
    border-bottom-color: black;
    border-bottom-style: dashed;
    font-weight: bold;
}

.tlacitko {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    border-bottom-width: 4px;
    border-bottom-color: white;
    border-bottom-style: solid;
    background: silver;
    z-index:1000;
}

.bublina {
    background: black;
    color: white;
    font-size: large;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
}

.pripojeni {
    position:absolute;
    max-height: 10px;
    z-index: 800;
}

.popis {
    background: yellow;
    color: black;
    font-size: large;
    font-weight: bold;
    border-bottom-width: 10px;
    border-bottom-color: white;
    border-bottom-style: solid;
    text-align: center;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}

.odpoved input {
    transform: scale(2);
    margin: 5px 10px 10px 10px;
}