body{
    padding: 0;
    margin: 0;
    font-family: Courier New, alternativa – Courier, monospace;
}

div{
    text-align: center;
}

hr{
    width: 80%;
    height: 4%;
    margin-top: 2%;
}

hr.tucne{
    border: 2px solid rgb(0, 0, 0);
   
}

hr.tucne2{
    border: 1px solid rgb(0, 0, 0);
}

.logonhl{
    margin-top: 1%;
    margin-bottom: 2%;
}
.navbar{
    font-family: Courier New, alternativa – Courier, monospace;
    font-size: 17px;
}

.navbar li{
    text-decoration: none;
    display: inline-table;
    margin-right: 2.5%;
    margin-top: 1%;
}

.navbar a{
    text-decoration: none;
    color: black;
    transition: 0.5s;
}

.navbar a:hover{
    color: #cc3333;
    transition: 0.4s;
}

.karty{
    margin-top: 3%;
    display: inline-flex;
    justify-content: space-evenly;
    width: 75%;
}

.karta img{
    width: 80%;
    height: 100%;
}

.text{
    margin-top: 3%;
    text-align: center;
    letter-spacing: 3px;
    word-spacing: 7px;
}