/* // comment CSS-ben nem haszálható */
/* Minden h1 címsor automatikusan ilyen lesz. */
h1 {
    margin-bottom: 0.25cm;
    line-height: 200%;
    color: red
}

/* Minden h2 alcím automatikusan ilyen lesz. */
h2 {
    font-family: "DejaVu Serif";
    color: green
}

/* Minden h3 alcím automatikusan ilyen lesz. */
h3 {
    font-family: "DejaVu Serif";
    color: blue
}


/* A <DIV class="nyujtott">... </DIV> kalickába zártszövegrész lesz ilyen.*/
div.nyujtott {
    background-color: yellow;
    font-stretch: expanded;
    min-height: 300px;
    width: 40%;
    border-radius: 20px;
    border-style: solid;
    border-color: red
}

legend {
    color: #fff;
    background-color: #97293F;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 5px;
}

code {
    font-family: "FreeMono";
    color: firebrick
}

code.keyword {
    font-family: "FreeMono";
    font-weight: bold;
    font-size-adjust: 0.6;
    color: deeppink
}
