html {
  margin: 0%;
  background-image: url('./background.jpg');
  max-height:100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
header {
  margin-left:0px;
  margin-right:0px;
  margin-top: 0px;
  max-width: inherit;
  padding:0 0px;
  width:100%;
  height: 5%;
  max-height:100%;
  background-color: rgb(29, 29, 29);
  position:sticky;
}
body {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll; 
}

body::-webkit-scrollbar {
  display: none;
}
.main1{
  width: 100%;
  height: 40px;
  max-height:100%;
  border: none;
}
.main{
color: white;
text-decoration: none;
margin-left: 10px;
margin-top: 10px;
position: absolute;
text-align:center;
height: 20px;
margin-left: 25px;
}
.fejlec-gomb {
  width: 100%;
  height: 40px;
  max-height:100%;
  border: none;
}
.text-fejlec {
  color: white;
  position: absolute;
  text-decoration: none;
  text-align: center;
  right: 250px;
  width: 125px;
  height: 20px;
  max-height:100%;
  margin-top: 10px;
  border: none;
  background-color: none;
}
.rangok {
  color: white;
  position: absolute;
  text-decoration: none;
  text-align: center;
  right: 15px;
  width: 125px;
  height: 20px;
  max-height: 100%;
  margin-top: 10px;
  border: none;
  background-color:none;
}
.rangok span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
.rangok span:after {
content: '\00bb';
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
.rangok:hover span {
padding-right: 25px;
}
.rangok:hover span:after {
opacity: 1;
right: 0;
}
table{
  height: 100%;
}

.szervermenu {
background-color: rgba(29,29,29,.5);
width: 60%;
height: 10%;
margin-left: 20%;
margin-top: 5%;
margin-bottom: 5%;
}
.csatlakozas{
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1,5rem;
  line-height: 1,4;
  border-radius: 0.25rem;
  width:100%;
  text-decoration: none;
  color: white;
  background-color:green;
}
.random1{
  background-color: none;
}
.random2{
  background-color:none;
}
.table{
  text-align:center;
  width: 100%;
}
.name1{
  width:max-content;
}
.row1{
width: max-content;
}
.szerverek {
color: white;
  position: absolute;
  text-decoration: none;
  text-align: center;
  right: 130px;
  width: 110px;
  height: 20px;
  max-height: 100%;
  margin-top: 10px;
  border: none;
  background-color: none;

}
.szerverek span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
.szerverek span:after {
content: '\00bb';
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
.szerverek:hover span {
padding-right: 25px;
}
.szerverek:hover span:after {
opacity: 1;
right: 0;
}
.lang {
color: white;
  position: absolute;
  text-decoration: none;
  text-align: center;
  right: 370px;
  width: 100px;
  height: 20px;
  max-height:100%;
  margin-top: 10px;
  border: none;
  background-color:none;

}
.maps {
  color: white;
    position: absolute;
    text-decoration: none;
    text-align: center;
    right: 450px;
    width: 100px;
    height: 20px;
    max-height:100%;
    margin-top: 10px;
    border: none;
    background-color:none;
  
  }
.lang span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
.lang span:after {
content: '\00bb';
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
.lang:hover span {
padding-right: 25px;
}
.lang:hover span:after {
opacity: 1;
right: 0;
}
.lang span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
.lang span:after {
content: '\00bb';
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
.lang:hover span {
padding-right: 25px;
}
.lang:hover span:after {
opacity: 1;
right: 0;
}
.text-fejlec span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.text-fejlec span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.text-fejlec:hover span {
  padding-right: 25px;
}
.text-fejlec:hover span:after {
  opacity: 1;
  right: 0;
}
.footer1{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-color: rgb(29, 29, 29);
  color: white;
  text-align: center;
}
