body {
    background-size: 10%;
    background-position: center;
    background-repeat: repeat;
    background-image: url("walp6.png");
    color: #734b3d;
    font-family: Arial, Helvetica, sans-serif;
}
h1 {
    font-family: "Jacquard 24", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 100px;
    text-align: center;
}

h3 {
    font-family: "Jacquard 24", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    text-align: center;
}

button{
  font-family: "Jacquard 24", system-ui;
  font-weight: 400;
  font-size: 50px;
  text-align: center;
  color: #734b3d;
  display: block;
  background-color: #f7e4d5;
  border-color: #734b3d;
  margin-inline: auto;
}

.centre {
    display: flex;
    justify-content: center;
    align-items: center;}
    
    .vertical-img {
  transform: rotate(90deg);
}