body {
    font-family: JetBrains Mono;
    font-size: 18px;
    margin-left: 15px;
    background-color: #f7fff7;
}

h1 {
    color: #0ea70e;
}

h2 {
    color: #04c904;
}

.code {
    border: 1px groove #0ea70e;
    border-radius: 4px;
    padding: 2px;
    background-color: #caffca;
    width: fit-content;
    white-space: break-spaces;
    line-height: 1.75;
}

ul {
    margin-top: 8px;
    margin-bottom: 8px;
}

.wciecie {
    margin-left: 1.5vw;
    margin-bottom: 7px;
}

a {
    text-decoration: underline;
    text-decoration-color: #0ea70e;
    text-underline-offset: 3px;
    color: black;
    cursor: pointer;
}

.footer {
    margin-left: 20px;
}

.em {
    font-style: italic;
}