.otsikko {
  font-family: "Pirata One", system-ui;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  color: #ffde9c;
}

.calendar-icon {
  margin-right: 8px;
  font-size: 20px;
}

#sisalto2{
  display: flex;
  justify-content: center;
  align-items: center;
}

#canvasContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#seatingCanvas {
  display: block;
}

.info {
  text-align: center;
  margin-top: 20px;
  color: #ffde9c;
}

.content {
  margin-top: 20px;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

button {
  font-family: 'Roboto', sans-serif;
  background-color: #14162e;
  color: #ffde9c;
  padding: 5px;
  font-size: 20px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

button:hover{
  background-color:#426754;
  border: 1px solid #ffde9c;
  border-radius: 5px;
}

.content img {
  width: 200px;
  height: 300px;
  object-fit: cover;
  margin: 10px;
}

.sisalto3{
  color: #ffde9c;
  text-align: center;
  font-family: "Pirata One", system-ui;
  font-size: 36px;
}

.leffaevaat {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  color: #ffde9c;
  margin: 20px auto;
  padding: 20px;
  border-radius: 24px;
  background-color: #14162e;
  width: 80%;
}

.leffaevaat img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  margin: 10px;
}