* {
  box-sizing: border-box;
}

body {
  text-align: center;
  font-family: Nunito, Helvetica, sans-serif;
  /* background-image: linear-gradient(rgba(211, 241, 183, 0.21), rgba(174, 211, 242, 0.254)), */
    /* url("../images/drawing.jpeg"); */
  background-image:
    url("../images/acfood.jpeg");
    background-size:contain;
    background-repeat:repeat-x;
    background-position: center;
  font-size: 28px;
  color:black;
  margin: 0;
}
header {
  width: 100%;
  height: 150px;
  padding-top: 30px;
  background: rgba(255, 220, 220, 0.583);
  margin: 0;
  clear: both;
}
h2 {
margin:0 auto;
}

div {
  padding-top: 20px;
  height: 500px;
  width: 460px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  border: 0px solid rgb(250, 84, 46);
}

section {
  height: 146px;
  width: 108px;
  margin: 3px;
  border: 1px solid black;
  border-radius: 5px;
  box-shadow: 5px 5px 5px #9d9a97;
  background-color: white;
  background-image: url('../images/back.png');
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}

section:hover {
  background-color: rgb(156, 181, 100);
}
.hidden {
  display: block;
}

.match {
  display: block;
}

img {
  height: 138px;
  width: 100px;
  margin: 2.5px;
  border-radius: 5px;
  display: none;
  pointer-events: none;
}
audio{
  width: 250px;
  height: 20px;
  font-weight: 400;
  box-shadow: 4px 4px black;
  border: 1px solid rgb(100, 18, 120);
  border-radius: 100px;
}
figure{
  margin:10px auto;
}
#song{
  font-size: 10px;
  font-style: italic;
  margin: 0;
  display: block;  
  color:black
}
button {
  width: 100px;
  font-family: Nunito, Helvetica, sans-serif;
  font-size: 14px;
  margin: 5px auto;
  margin-bottom: 15px;
  box-shadow: 4px 4px white;
  border: 1px solid rgb(100, 18, 120);
  background: black;
  color:white;
  border-radius: 100px;
}

button:hover {
  background-color: rgb(108, 194, 255);
}

@media screen and (max-width: 550px) {
  div {
    padding-top: 24px;
    height: 500px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    border: 0px solid rgb(250, 84, 46);
  }
  section {
    height: 146px;
    width: 108px;
    margin: 2.5px auto;
    border: 1px solid black;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #9d9a97;
    background-color: white;
    background-image: url('../images/back.png');
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
  }
  body {
    text-align: center;
    width: 100%;
    font-family: Nunito, Helvetica, sans-serif;
    /* background-image: url('../images/drawing.jpeg');
    background-size:auto;
    background-repeat:repeat-y;
    background-position: center; */
    font-size: 22px;
    color:black;
    background-color: white;
    margin: 0;
  }
  /* header {
    width: 100%;
    height: 110px;
    background: white;
    margin: 2px auto;
    clear: both;
  } */
  audio{
    width: 210px;
    height: 26px;
    font-weight: 400;
    box-shadow: 4px 4px black;
    border: 1px solid rgb(100, 18, 120);
    border-radius: 100px;
  }

}
@media screen and (max-width: 353px) {
  body {
    font-size: 20px;
  }
  div {
    padding-top: 26px;
  }
}