body {
    background: radial-gradient(circle, #00b4d8, #0077b6);
    text-align: center;
    font-family: "Lexend", Helvetica;
}

.nadpis {
    max-width: 800px;
    color: white;
    margin: auto;
    padding: 50px 0 50px 0;
}

h2 {
    margin: 50px 0 0 0;
    color: white;
}

.kalkulackaT {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    gap: 10px;
}

#zadaniT, #jednotkyT, #seRovnaT, #vysledek, #jednotkyVysledekT {
    background: rgba(0, 0, 0, 0.3);
    color: white;
    height: 95px;
    width: 120px;
    text-align: center;
    font-family: "Lexend", Helvetica;
    font-size: 30px;
    border-radius: 20%;
    cursor: pointer;
    border: none;
}
