body {
    margin: 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color:rgb(241, 241, 241);
    text-shadow: 20px rgb(235, 234, 234);
    background-color:white;
}

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

header {
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding: 15px 60px;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
}

header ul {
    display: flex;
}

header li {
    margin-left: 20px;
}

header a {
color: rgb(225, 227, 236);
text-decoration: none;
text-transform: uppercase;
font-family: fantasy;
font-size: 20px;
padding: 12px;
text-shadow: 1px 1px 2px rgb(0, 0, 0.2);
border-radius: 8px;
}

header a:hover {
    color:white;
    background-color:rgb(175, 173, 173);
}


#page-logo {
    padding: 10px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
}


main li img {
    width: 300px;
    height: 280px;
    object-fit: cover;
}

main {
    padding-bottom: 25px;
}

.footer {
  display: flex;
  justify-content: space-between; /* BAL–JOBB */
  align-items: center;
  background-color: #bfbfbf;
  padding: 20px 40px;
}

.footer-item {
  display: flex;
  align-items: center;
  gap: 15px; /* ikon és szöveg között */
  font-size: 18px;
  color: #000;
}

.footer img {
  width: 50px;
  height: auto;
}
