.coinmachine-section {
  height: 500px;
  background-image: url("/images/laundry 5.png");
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 15%; /* Add padding to prevent overflow */
  box-sizing: border-box; /* Ensure padding is included in width */
  border-bottom: 10px solid white;
  border-top: 10px solid white;
}

.coinmachine-h1 {
  display: flex;
  justify-content: center;
  margin: 0 5px;
  text-shadow: var(--text-dropshadow);
  font-size: 25px;
  font-weight: 600;
  padding-top: 40px;
}

.coinmachine-h2 {
  font-family: "Permanent Marker";
  font-size: 30px;
  text-shadow: 1px 1px 1px black;
  margin: 0;
  display: flex;
  justify-content: center;
  text-align: center;
}

.coinmachine-p {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 15%; /* Adjust margin to prevent overflow */
  text-shadow: var(--text-dropshadow);
  font-weight: 600;
  overflow-wrap: break-word; /* Allow long words to break */
  word-wrap: break-word; /* For older browsers */
  overflow: hidden; /* Prevent overflow */
}

.aboutpic-buttons {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.aboutpic-button1 {
  background-color: #9fccd2;
  border: 4px solid white;
  color: white;
  width: 180px;
  padding: 15px 32px;
  text-shadow: var(--text-dropshadow);
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
  transition-duration: 0.15s;
  font-size: 18px;
  font-weight: 600;
}

.aboutpic-button1:hover {
  background-color: #6fccd8;
}
