* {
    font-family: 'Raleway', sans-serif;
}

body {
    width: 800px;
}

p {
    text-align: justify;
    font-size: 12pt;
    margin: 10px 0 10px 0;
}

div {
    margin: 10px 0 10px 0;
}

h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 28pt;
    color: black;
    margin-top: 0px;
    margin-bottom: 10px;
    border-bottom: 5px solid black;
}

h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 18pt;
    color: black;
    margin-top: 10px;
    margin-bottom: 5px;
    border-bottom: 2px solid black;
}

h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 16pt;
    color: black;
    margin-top: 10px;
    margin-bottom: -5px;
    border-bottom: 2px dotted black;
}


tr, td {
    border: 1px dotted black;
    min-width: 257px;
}

pre {
    font-family: 'Courier New', monospace;
    font-size: 10pt;
}

li {
    text-align: justify;
    margin-top: 10px;
}

strong {
    font-weight: 600;
}

.question {
    border: 1px dashed black;
    background: #eeeeee;
    margin-top: 1px;
    padding: 2px 4px 2px 4px;
    text-align: justify;
}

.question_title {
    font-weight: bold;
}

.term_stuff {
    font-family: 'Courier New', monospace;
}

.src {
    font-family: 'Courier New', monospace;
    font-size: 10pt;
}

.src_block {
    font-family: 'Courier New', monospace;
    font-size: 10pt;
    margin-top: 5px;
}

.important {
    color: red;
    font-weight: bold;
    font-style: italic;
}

.special {
    font-weight: bold;
}

.image_in_question {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
    margin-top: 10px;
}

#footer {
    font-weight: bold;
    margin-top: 20px;
    border-top: 2px solid black;
}

#logo_unice {
    margin-top: -65px;
    margin-left: 710px;
    display: block;
    height: 50px;
}
