body {
  background-color: rgba(214, 209, 207, 0.336); 
}

.hatterkep {
  background-image: url(/img/artistic-8171087_a.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}


.LPG{
    width: 2114px; 
    align-items: center;
  }
  
  .button1 {
    background-color: rgba(255, 255, 255, 0); 
    color: black; 
    border: 2px solid rgba(193, 174, 167, 0.5);
  }
  
  .button1:hover {
    background-color: rgba(193, 174, 167, 0.5);
    color: rgb(255, 255, 255);
  }
  
.soszoba {
    width:  160%;
    float: none;
}

.egy{
    text-shadow: 2px 2px 5px gray;
    text-align: center;
    font-size: 20px;
}

.ketto {
    text-shadow: 2px 2px 5px gray;
    text-align: left;
    font-size: 20px;
}

.harom {
    text-shadow: 2px 2px 5px gray;
    text-align: right;
    font-size: 20px;
}

.foglal {
    text-align: center;
    text-shadow: 2px 2px 5px gray;
    font-size: 17pt;
}

.fejlec {
    background-image: url(/img/Fejléc_6uj.jpg);
}

.topnav {
    overflow: hidden;
    background-color: #3a3a3a00;
    position: relative;
    text-align: right;
    background-image: url(/img/Fejléc_6uj.jpg);

  }
  
  .topnav #myLinks {
    display: none;
  }
  
  .topnav a {
    color: rgb(255, 255, 255);
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  
  .topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    
  }
  
  .topnav a:hover {
    background-color: #dddddd;
    color: black;
  }
  
   .active {
    background-size: cover;
    color: rgb(255, 255, 255);
} 


.fej {
    background-color: #4c9fec;
    size: 1000px;
}

a {
    color: rgba(255, 255, 255, 0);
}

.logo {
    width: 175px;
}

ul{
    text-align: center;
}

hr {
    size: 10px;
}

.hullam {
    width: 2114px;
}

/**/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

  .container {
    display: flex;
    align-items: center;
    justify-content: center
  }
  
