
.image img{
  width: 100%;
  height: 1200px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.3s ease;
  background-color: blue;

}

.custom-button {
  background-color: #ff0000; /* Set the background color */
  color: #000000; /* Set the text color */
  padding: 10px 20px; /* Adjust the padding to change the button size */
  border: none; /* Remove the default button border */
  border-radius: 5px; /* Add rounded corners */
  font-size: 16px; /* Set the font size */
  cursor: pointer; /* Change the cursor to a pointer on hover */
}

.footer {
  background-color: #333333;
  color: #ffffff;
  padding: 20px;
  text-align: center;
  font-size: 14px;
}

.scroller-container {
  width: 200%;
  overflow-x: hidden;
}

.scroller {
  display: inline-flex;
  white-space: nowrap;
}

.scroller img {
  height: 300px;
  margin-right: 10px;
}

.margin{
  margin-bottom: -200px;
  background-color: aqua;
}

.background{
  background-image: url(1.jpg);
}
