body {
  margin: 20px 0;
  background-color: rgba(255, 0, 0, 0.8);
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

img {
  width: 70%;
  margin-bottom: 30px;
}
@media screen and (min-width: 400px) {
  img {
    width: 40vh;
  }
}

audio {
  padding-top: 5px;
  width: 140px;
  height: 30px;
}

table {
  border: 1px solid white;
  color: white;
  text-align: center;
  width: 300px;
  box-sizing: border-box;
  border-collapse: collapse;
}
table th, table td {
  border: 1px solid white;
}
table tr td:last-child {
  padding: 0 6px;
}

/*# sourceMappingURL=style.css.map */
