.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 15px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

table {
  width: 600px;
  margin: 40px auto;
  border-collapse: collapse;
}

td,
th {
  border: 1px solid #999;
  padding: 17px;
  text-align: center;
}

th {
  background-color: #ad845288;
}

tr:nth-child(even) {
  background-color: #140c0c05;
}

h1,
h2,
h3,
h4 {
  text-align: center;
}

h2 {
  padding-top: 30px;
}
h3 {
  font-size: 20px;
}
.szoveg {
  font-size: 20px;
  line-height: 30px;
  margin: auto;
  width: 800px;
}

h3.balra {
  text-align: left;
  margin-bottom: 8px;
}
li,
p {
	font-size: 18px;
}
