html{
    overflow-x: hidden;
}

body {
    background-color: #1a1a1a;
    color: #f2f2f2;
    margin: 0;
    padding: 0;
    background-size: cover;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    text-align: center;
}


.raleway-x {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
  }

img{
    opacity: 0.40;
    display: block;
    margin: auto;
    z-index: -1; /* Ensures the background stays behind the content */
    position: fixed;
    width: 100%;
}

div {
    display: flex;
    justify-content: center;
  }

h1 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 4em;
    margin-top: 50px;
    color: #ff3366;
}



a {
    color: #d73a61;
    text-decoration: underline;
}

#udv{
    font-size: 1.4em;
}



h2 {
    font-size: 2.5em;
    margin: 20px 0;
    text-align: center;
    
}

h3 {
    font-size: 2em; 
    text-align: center;
}

#szer {
    width: 75%;
}


li{
    font-size: 1.0em;
    margin: 10px 0;
}
ul{
    list-style-type: none;
    padding: 0;
}



* {
    box-sizing: border-box;
  }
  @media screen and (max-width: 600px) {
    .googlemap {
      margin: 10px !important;
    }
    .googlemap > iframe {
      width: 100% !important;
      height: auto !important;
      min-height: calc(100vh - 20px);
    }

    img{
        opacity: 0.40;
        display: block;
        margin: -55px auto;
        z-index: -1; /* Ensures the background stays behind the content */
        position: fixed;
        width: 125%;
    }
  }
  