html{
    background-image     : url("hatter.jpg");
    background-attachment: fixed;
    background-size      : cover;
}
body{
    font-family: Arial, sans-serif;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #f9f9f9;
    color: #333;
    border-radius: 5px;
    border: 2px solid black;
    max-width: 1000px;
    justify-self: center;
    text-align: left;
    font-size: 1em;
    width: 80%;
}

fieldset {
    border: 2px solid #333;
    padding: 1em;
    margin-bottom: 2em;
    border-radius: 5px;
}
legend {
    font-weight: bold;
}
a:link{
    color:#0000EE;
}
a:visited{
    color: #800080;
}
.img-thumbnail {
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 5px;
    max-width: 100%;
    height: auto;
}
#logo{
    height: 15ch;
    width: auto;
    border-radius: 10%;
}
#cim{
    text-align: center;
    font-family: Georgia, serif;
}
#footer{
    text-align: center;
    font-size: 0.8em;
}
.menu1{
    font-size: 1.2em;
}
.velemeny{
    border: solid black;
    border-radius: 5px;
}
.velemenysz{
        font-size: 0.8em;
}
table{
  border-collapse: collapse; /* Fontos: eltünteti a duplikált szegélyeket */
  width: 60%;
}

table, 
table th, 
table td {
  border: 1px solid black; /* Szegély mindenhol */
  padding: 2px;
  text-align: left;
}
.menu{
    background-color: rgb(246, 246, 224);

}
#betumeret{
    justify-self: right;
}
#styleswitch {
  text-align: right;
  margin: 10px;
}

body.large {
  font-size: 2rem !important;
}
