body
{
    background-image: url("tartalom/background.jpg");
    background-size: 100%;
    background-repeat: repeat-y;
}

form
{
    max-width: 70%;
}

.structure
{
    width: 70%;
    max-width: 1000px;
    background-color: burlywood;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 5px;
    display: block;
    border-radius: 5pt;
    font-family: Arial, Helvetica, sans-serif;
}

.trailer-text
{
    text-align: left;
    margin-top:20px;
}

.img-text
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 100%;
    display: block;
}

video
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 60%;
    border-radius: 3pt;
}

table
{
    min-width: 40%;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

th
{
    background-color: darkgray;
}

tr:nth-child(even)
{
    background-color: beige;
}

tr:nth-child(odd)
{
    background-color: lightgray;
}

th,td
{
    border: 1pt;
    border-color: black;
    border-style: solid;
    padding-left: 2px;
    padding-right: 2px;
    text-align: left;
}

p
{
    font-size: 100%;
    width: 70%;
    text-align: justify;
    margin-right: auto;
    margin-left: auto;
    line-height: 15pt;
    margin-top:5px;
    margin-bottom:5px;
}

img
{
    max-width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3pt;
}

.poster-image
{
    max-width: 30%;
}

figcaption
{
    margin-top:0px;
}

figure
{
    margin-bottom: 0px;
}

h1
{
    font-size: 200%;
}

h2
{
    font-size: 150%
}

h3
{
    font-size: 125%;
    font-weight: bold;
    margin-left: 15%;
}

section
{
    margin-top:10px;
    margin-bottom: 20px;
}

h1,h2{
    font-family: fantasy;
    text-align: center;
}

.btn-container
{
    display: flex;
    justify-content: center;
    max-width: 60%;
    margin: auto;
    align-items: center;
}

.menu-label
{
    font-family: fantasy;
    font-size: 125%;
}

.btn-secondary
{
    background-color: lightgray;
    color: black;
    font-family: fantasy;
}

.btn-group
{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

a:link
{
    color: black;
}

a:visited
{
    color: brown;
}

hr {
  display: block;
  width: 90%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 3px;
  border-color: black;
  background-color: black;
}

.tartalom
{
    max-width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.row
{
    width: 150%;
    padding-bottom: 20px;
}

img:hover
{
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.yourdata
{
    text-align: left !important;
    font-size: 120% !important;
    margin-left: 0%;
}

.adress-container
{
    justify-content: center;
    width: 90%;
    border-style: solid;
    border-color: black;
    border-radius: 3pt;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.submitgroup
{
    max-width: 50%;
}

.formbutton
{
    width: 25%;
}

.adress-text
{
    text-align: center;
}

ul
{
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.ul-table
{
    margin-left: 0px;
    margin-bottom: 0px;
}