body{
    background-image: url(tervana.jpg);
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;    
    background-size: cover;
    background-position: 100%;
    margin: 0;
    padding: 0;    
}


header {
    background-color: #1a1a1a;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header{
    font-size: 15px;
    font-weight: bold;
    color: whitesmoke;
}

.logo{   
  height: 45px;
  width: auto;
  object-fit: contain;

}

nav a {
    color: whitesmoke;
    text-decoration: none;
    margin-left: 20px;
    font-weight: bold;
}

nav a:hover {
    color: #aaa;
}

footer {
    background-color: #1a1a1a; 
    color: #ffffff; 
    text-align: center;
    padding: 40px 20px 20px 20px;
    font-size: 14px;
    line-height: 1;
    margin-top: 600px;
}

footer a {
    color: #4aa3ff; 
    text-decoration: none;
    font-weight: 500;
}

footer a:hover {
    text-decoration: underline;
}

footer .footer-divider {
    margin: 20px auto;
    width: 90%;
    border-top: 1px solid #666;
}

footer .copyright {
    font-size: 13px;
    color: #aaa;
    margin-top: 10px;
}

.szabalyzat {
    font-size: 27px;
    color: whitesmoke;
}