img, video, table {width:100%;
}

body {
    background-color: #fff8dc;
    background-image: url('media/dart-hatter.jpg');
    font-family: sans-serif;
}

div#oldal {
    border-radius: 20px;
        background-color: white;
    margin: 0 auto;
    width: 75%;
    min-width: 400px;
    max-width: 1000px;
    border: 4px solid #2c9030;
    padding: 0 20px;
    background-image: url('media/dart-nyil.png');
    background-repeat: no-repeat;
    background-position: top right;
}

video,table {
    margin: 10px;
}


table {
    border: 4px double gray;
}


td,th {
    padding: 5px;
    border-bottom: 1px dotted gray;
}







h1 {
   text-align: center;
   font-size: 48px;
   color: #fd4722;
}


h2 {
   color: #2c9030
}


p {
    text-align: justify;
}


.fontos{
    color: darkorange;
    font-weight: bold;
}


#menu{
    font-weight: bold;
    font-style: italic;
    text-align: center;
    padding: 20px;
    font-size: 1.2em;
    background-color: rgb(255, 255, 170);
}


#illusztracio{
    float: left;
    margin: 10px 10px 10px 0px;
    width: 150px;
    text-align: center;
}