body {
    font-family: 'Arial', sans-serif;
    background: url(images/lives_4.png);
	background-attachment: fixed;
    background-size: contain;
	background-position: center;
	margin: 3;
    padding: 0;
}
header {
  background-image: url(images/lives_2.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 300px auto;
  color: transparent;
  height: 200px;
  text-align: center;
  position: relative;
}
header::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 160px;
  left: 0;
  font-size: 1.2rem;
  color: #d10074;
}
section {
  padding: 20px;
}
h1, h2 {
  color: #d10074;
}
iframe {
  display: block;
  margin: 20px auto;
  max-width: 100%;
}

.button-list {
  list-style: none;
  padding: 0;
}

.button-list li {
  margin-bottom: 10px;
}

.btn {
  display: inline-block;
  width: 100%;
  padding: 12px;
  text-align: left;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s;
  box-sizing: border-box;
}

.btn.purple {
  background-color: white;
  border: 2px solid #b48dc3;
  color: #7e3fa0;
}

.btn.purple:hover {
  background-color: #7e3fa0;
  color: white;
}

.btn.pink {
  background-color: white;
  border: 2px solid #ff80b3;
  color: #ff4d94;
}

.btn.pink:hover {
  background-color: #ff4d94;
  color: white;
}
.a {
  border: 2px solid black; 
  background-color: #7e3fa0;
	color: white;
	padding: 6px;
	border-radius: 8px;
	text-shadow: gray;
}
