/****************************
**  Style for all devices  **
****************************/

/*
General
*/

body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    min-height: 100vh;

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 70%;

    background-color: #fefefe;
    text-align: justify;
}

main {
    width: 90%;
    max-width: 720px;
    margin: auto;

    padding: 4% 0 12% 0;
}

h1, h2, h3 {
    text-align: center;
    font-size: 1rem;
    margin: 16px 0 16px 0;
}

h2 {
    text-decoration: none;
}

h2 > br {
    margin-bottom: 0;
}

h3 {
    margin-top: 24px;
    text-align: start;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul > li {
    font-size: 0.8rem;
    margin-bottom: 1rem;
}

li > br {
    margin-bottom: 0;
}

@counter-style slovak {
    system: fixed;
    symbols: a b c d e f g h i j k l m n o p q r s t u v w x y z;
    suffix: ") ";
}

ol {
    list-style: slovak;
}

ol > li {
    font-size: 0.8rem;
}

br {
    margin-bottom: 1rem;
}

.bottom {
    margin-bottom: 0;
}

.underline {
    text-decoration: underline;
    line-height: 140%;
}

.clean {
    text-decoration: none;
    line-height: 100%;
}
