body {
  background-color: rgba(214, 209, 207, 0.336); 
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1,8;
  }
  
  
  .topnav {
    overflow: hidden;
    background-color: #3a3a3a00;
    position: relative;
    text-align: right;
  }
  
  .topnav {
    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-image: url(/img/Fejléc_3.jpg);
    background-size: cover;
    color: rgba(255, 255, 255, 0);
  } 
  .fejle {
    width: 100px;
  }
  
  .conteiner{
    text-align: left;
  }
  
  .soszoba{
    border-color: 6px solid black;
    background-size: cover;
    float: left;
    align-items: center;
  }
  
  h2 {
    text-align: center;
  }
  
  .foglal {
    text-align: center;
    text-shadow: 2px 2px 5px gray;
    font-size: 17pt;
  }
  
  .sotenger {
    width: 1903px;
    right: 2203px;
  }
  
  .fej {
    background-color: #4c9fec;
    size: 1000px;
  }
  
  a {
    color: rgb(255, 255, 255);
  }
  
  .logo {
    width: 175px;
  }
  
  ul{
    text-align: center;
  }
  
  .so {
    background-color: rgba(255, 255, 255, 0);
  }
  
  .negy {
    text-shadow: 2px 2px 5px gray;
    text-align: center;
    font-size: 20px;
  }
  
  .ot {
    text-shadow: 2px 2px 5px gray;
    text-align: left;
    font-size: 20px;
  }
  
  
  .agyszauna{
    width: 500px;
    float: right;
    border: 3px solid black;
  }
  
  /**/
  .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;}
  }
  
  .szoveg {
    text-align: justify;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
  }
  
  .telo{
    width: 380px;
  }
  
  .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);
  }
  
  
  
  
  section {
    padding: 15px 15px 15px 15px;
    margin-bottom: 15px;
  }
  
  .card {
    height: 100% !important;
    background-color: rgba(255, 255, 255, 0);
    border: rgba(255, 255, 255, 0);
  }
  
  p {
    font-weight: 300;
  }
  
  .img {
    width: 100%;
    text-align: center;
  }