body {
    background-color: #1a2332;
    color: white;
    font-size:x-large;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 8px;
}

main {
    font-size: 30px;
    padding: 15px;
    }
        
#ez_mar_a_legalja {
    font-size: 28px;
    line-height: 60px;
}

.kozep {
    text-align: center;
    font-size: 20px;
}

.balkep{
    float: left;
    margin-left: 1%;
}

.jobbkep{
    float: right;
    margin-right: 1%;
}

iframe {
    width: 98%;
    height: 300px;
    border: none;
    border-radius: 20px;
    margin-bottom: 10px;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 2%;
}

img {
    width: 48%;
    height: 300px;
    border-radius: 20px;
    margin-bottom: 10px;
}

hr {
    border: 1.5px solid rgb(200, 200, 200);
    width: 80%;
    margin: 20px auto;
}

ul {
    list-style-type: none;
    margin: 10px;
    padding: 0;
}

.navbar {
    background-color: #333333fb;
    overflow: hidden;
    position: sticky;
    top: 5px;
    border-radius: 20px;
    font-weight: bold;
    height: 80px;
    padding: 0;
    line-height:32px;
}

.navbar ul {
    display: flex;
    justify-content: space-around;
    flex-grow: 1;
}

.navbar li {
    float: left;
}

.navbar li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.navbar li a:hover {
    background-color: #111;
    border-radius: 20px;
}

.current {
    background-color: #111;
    border-radius: 20px;
}

.foglalas {
    width: 70%;
    margin: 0 auto 50px;
    padding: 50px 80px;
    background-color: #709e97fb;
    border-radius: 50px;
    
}

.form-control, .form-select{
    margin: 0 auto 15px auto;
    width: max(90%, calc(100% - 100px));
}

.form-control::placeholder{
    color: var(--fc-placeholder-color);
}

h1 {
    font-size: 2em;
}

@media screen and (orientation: portrait) {
    h1 {
        font-size: 50px;
    }
}