body {
   background: url("yellowtiles.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #7E2811;
  font-family: Georgia,serif;
  text-align: center;
}

h1 { 
  color: #E45E9D;
  text-align: center;
  margin-top: 100px;
}

.back-button { 
  display: inline-block;
  margin: 20px;
  padding: 10px 20px;
  background-color: #ffd6cc;
  color: #5a3d3d;
  border: 2px solid #ffb6a6;
  border-radius: 20px;
  text-decoration: none;
  font-family: "Trebuchet MS", Sans-Serif;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
}

.back-button:hover {
  background-color: #ffb6a6;
  border-color: #ff8c69;
  color: #fff;
}