* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    background-attachment: fixed; 
    background-size: cover; 
    background-position: center; 
    background-image: url(../restoran.jpg);
}

header {
    background-color: #996e82;
    color: white;
    padding: 16px;
    text-align: center;
}

header h1 {
    font-size: 32px;
}

div ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 16px;
}

div ul li {
    margin: 0 16px;
}

div ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

div ul li a:hover {
    text-decoration: underline;
    color: #e2e2e2;
}

main {
    padding: 32px;
    background-color: white;
}

main h2 {
    color: #996e82;
    font-size: 1.5rem;
}

.promocija {
    background-color: #e2e2e2;
    padding: 16px;
    margin-top: 16px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 32px;
}

table, th, td {
    border: 1px solid #ddd;
}

th, td {
    padding: 16px;
    text-align: left;
}

th {
    background-color: #f4f4f4;
}

footer {
    background-color: #996e82;
    color: white;
    text-align: center;
    padding: 16px;
    position: fixed;
    width: 100%;
    bottom: 0;
}

footer p {
    margin: 0;
}

.gallery {
    display: flex;
    justify-content: space-around;
}

.gallery img {
    width: 30%;
    margin: 16px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.poruka{
    color:  #996e82;
}

.recenzije{
    height: 70px;
    width: 700px;
    background-color: #f4f4f4;
    padding: 7px;
}

.recenzije{
    overflow: auto;
}

.jedan:hover{
    background-color: #f4f4f4;
}

.dva:hover{
    background-color: #f4f4f4;
}

.tri:hover{
    background-color: #f4f4f4;
}

.kontakt{
    width: 400px;
    height: 300px;
    background-color: #f4f4f4;
    padding: 10px;
    margin-left: 10px;
}