form {
    margin-bottom: 20px;
}

h2 {
    margin-top: 20px;
}

p {
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

p:last-child {
    border: none;
}
.audio-post {
    margin-bottom: 20px;
}

.search-form{
    padding-top: 20px;
}
.audio-post h2 {
    margin-top: 0;
    font-size: 20px;
    text-align: center;
    text-decoration: underline;
}

.audio-post h3 {
    margin-top: 0;
    font-size: 15px;
    text-align: center; 
    width: 70%;
}

audio {
    margin-bottom: 10px; 
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 70%;
    margin-top: 10px;
    padding: 3px; 
   background-color: #fff;
    border: 2px solid #27ae60;
}

audio::-webkit-media-controls-panel {
    background-color: #fff;
    border-radius: 3px;
    padding: 5px;
}

audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-pause-button {
    height: 40px;
    width: 40px;
}


/* Follow me for more pens like this! */

/* Tweak to change the look and feel */
:root {
  --button-background: dodgerblue;
  --button-color: white;
  
  --dropdown-highlight: dodgerblue;
  --dropdown-width: 160px;
  --dropdown-background: white;
  --dropdown-color: black;
  --syndcolor:linear-gradient(100deg, #cb1010, #000000, #ffffff);
}

/* Center the planet */


/* Boring button styles */
a.button {
  /* Frame */
  display: inline-block;
  padding: 20px 28px;
  border-radius: 50px;
  box-sizing: border-box;
  
  /* Style */
  border: none;
  background: var(--button-background);
  color: var(--button-color);
  font-size: 24px;
  cursor: pointer;
}

a.button:active {
  filter: brightness(75%);
}
