body {
    background-color: #070F2B;
    color: #efeeff;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.vsechnytaby {
    display: flex;
    flex-wrap: wrap;
    max-width: 80%;
    margin: 50px auto;

}

.vsechnytaby input[type="radio"] {
    display: none;
}

.vsechnytaby label {
    padding: 20px;
    padding-left: 25px;
    padding-right: 25px;
    background: #535C91;
    font-weight: bold;
    border-top-left-radius: 15px;

}

.vsechnytaby .tab {
    width: 100%;
    padding: 45px;
    background: #9290C3;
    order: 1;
    display: none;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    padding-bottom: 60px;
}

.vsechnytaby .tab h2 {
    font-size: 3em;
}

.vsechnytaby input[type='radio']:checked+label+.tab {
    display: block;

}

.vsechnytaby input[type="radio"]:checked+label {
    background: #9290C3;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

H1 {
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    letter-spacing: 5px;
    font-size: 500%;
    color: #535C91;
    margin-top: 80px;

}

.infobutton {

    padding: 10px;
    padding-left: 22px;
    padding-right: 22px;
    background-color: #1B1A55;
    border-radius: 30px;
    color: #c2c0ee;
}

.kodbutton {
    border: #efeeff solid 2px;
    border-radius: 30px;
    padding: 8px;
    padding-left: 22px;
    padding-right: 22px;
    color: #efeeff;
}

.menu {
    background-color: #535C91;
    width: 79%;
    
    height: 80px;
    position: absolute;
    z-index: -3;
    border-radius: 15px;
    
}

.highlight {
    font-weight: 800;
}
.uvod {margin-bottom: 10px;}
.stinykodshowcase {
    position: absolute;
    background-color: rgb(255, 255, 255);
    width: 38%;
    height: fit-content;
    z-index: -3;
    height: 320px;
    top: 720px;
    right: 10%;
    border-radius: 12px;
    line-height: 32px;
    font-size: 130%;
    color: rgb(255, 255, 255);
    padding-top: 70px;
}

.stinykodtop {
    background-color: #2e2e2e;
    position: absolute;
    width: 38%;
    z-index: -2;
    top: 720px;
    left: 10%;
    border-top-right-radius: 11px;
    border-top-left-radius: 11px;

    font-size: 130%;
    padding-left: 40px;
    color: #6b6b6b;
    font-weight: 600;
    box-sizing: border-box;

}
.stinykod {
    position: absolute;
    background-color: rgb(0, 0, 0);
    width: 38%;

    z-index: -3;

    top: 720px;
    left: 10%;
    border-radius: 12px;
    line-height: 32px;
    font-size: 130%;
    color: rgb(255, 255, 255);
    padding-top: 70px;
    
}