body {
  background-color: rgb(162, 132, 190);
}
h1 {
  background-color: rgb(182, 70, 70);
  color: black;
  text-align: center;
}
h2 {
  background-color: rgb(182, 70, 70);
  color: orange;
  text-align: center;
  border-style: inset;
}
p {
  background-color: rgb(223, 210, 191);
  font-weight: 600;
  font-size: x-large;
  font-family: "Courier New", Courier, monospace;
}
audio {
  width: 1675px;
}
