body {
  font-family: 'IBM Plex Sans', 'Inter', 'Segoe UI', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #012A36; /* eNight */
  background-color: #f4f4f4; /* eGrayLight */
  margin: 0;
  padding: 0;
} 

/*body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}*/

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Navbar styles */
.navbar {
    background-color: #333;
    color: white;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Section styles */
section {
    background-color: white;
    margin-top: 80px; /* Ensure content starts below the navbar */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}


.btn-ekultura {
    background-color: #F9A826;
    color: #012A36;
    border: none;
}
.btn-ekultura:hover {
    background-color: #e3981f;
    color: #fff;
}


/* Footer styles */
footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px 0;
    position: relative;
    bottom: 0;
    width: 100%;
}

/* Responsive styles */
@media (max-width: 768px) {
    .navbar {
        /* Add any necessary styles for the navbar here */
    }
}
