html {
    background-image: url("/media/wmremove-transformed.jpeg");
    background-attachment: fixed;
}

body {
    font-family     : Arial, Helvetica, sans-serif;
    margin          : 20px auto;
    padding         : 10px 20px;
    line-height     : 1.6;
    border-radius   : 10px;
    border          : 1px solid black;
    max-width       : 1200px;
    color: #222222;
}

body.nagy-kontraszt {
    background-color: #ffffff;
    color: #000000;
    font-size: 1.2rem;
    text-transform: uppercase;
}

h1 {
    text-align: center;
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

p {
    text-align: justify;
    font-size: 1rem;
}

footer p {
    text-align: center;
    color: gray;
}

video {
    max-width: 100%;
    height: auto;
}

a:visited {
    color: rgb(102, 192, 223);
}

figcaption {
    text-align: center;
}

.table, .table th, .table td{
    border: 1px solid black;
    border-collapse: collapse;
}

.navbar.bg-body-tertiary {
    background-color: #e2e0dc !important;
}

.navbar a:visited {
    color: inherit;
}

.borito {
    max-width: 60%;
    display: block;
    margin: auto;
}

.jobb {
    text-align: right;
}

#konyvek {
    max-width: 80%;
    display: block;
    margin: auto;
}

#ikon {
    width: 8%;
}

form fieldset:last-of-type {
    margin-top: 20px;
}