body {
  text-align: center;
  background-color: black;
  background-position: left center;
  background-attachment: fixed;
  background-size: 30%;
  background-repeat: no-repeat;
  color: white;
  font: 12pt/18pt '1785 GLC Baskerville', serif;
  letter-spacing: 4px;

}

h1{
 font-family: 'Bebas Neue';
 font-size: 40px;
 letter-spacing: 15px;
 text-align: center;
}

table {
  margin: auto;
  border-collapse: collapse;
  background: rgba(0, 0, 0, 0.5);
}

td {
  padding: 20px;
}

.container {
  display: flex;
  justify-content: space-between;
  letter-spacing: 10px;
  font-style: italic;
}

.sticky {
  position: sticky;
  width: 10%;
  float: right;
  text-align: center;
  bottom: 0;
  padding: 5px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
}

.left {
  display: block;
  margin-left: 0px;
  margin-right: auto;
  width: 100%;
  border: 1px;
}

.szoros {
  width: 200px; 
}

.text_container {
  text-align: center;
  margin: auto;
}

.text_container a {
  border: 0px;
  padding: 10px;
  display: block;
  margin-bottom: 10px;
}

a:active {color: white; text-decoration: none}
a:visited {color: white; text-decoration: none}
a:link {font-style: normal; text-decoration: none; color: white}
a:hover {color: white; text-decoration: none}
 
.r {list-style-type: none;}
.f {list-style-type: decimal;}
