

.carousel {
  display: flex;
  overflow: hidden;
  position: relative;
}

.carousel-item {
  min-width: 100%;
  transition: transform 0.5s ease;
}

.box {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
}



 .cookie-banner {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: #333;
            color: #fff;
            padding: 20px;
            text-align: center;
            box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
        }
        .cookie-banner button {
            background-color: #4CAF50;
            color: white;
            border: none;
            padding: 10px 20px;
            margin-top: 10px;
            cursor: pointer;
        }
        .cookie-banner button:hover {
            background-color: #45a049;
* {
    background-size: cover;
    background-position: center center;
}
body {
	margin: 0px;
}
