html, body {
  height: 100%;
  width: 100%;
}

h1 {
  text-align: center;
}

.display-link{
  display: block;
}

.display {
  display: flex;
  justify-content: space-around;
  border-top: 5px solid black;
  border-bottom: 5px solid black;
  padding: 25px
}


.heading {
  display: flex;
  justify-content: space-around;
  border-top: 5px solid black;
  background-color: #b30000;
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

.display-image img {
  display: block;
  height: 150px;
  width: auto;
  
}

.display-song p {
  font-size: 18px;
  padding: 70px 0px 70px;
  height: 100px;
  font-weight: bold;
}

.display-artist p {
  font-size: 18px;
  padding: 70px 0px 70px;
  height: 100px;
  
}


.display-link a {
  display: block;
  font-size: 18px;
  height: 100px;
  font-weight: bold;
  
}

.form {
  width: 75%;
  margin: 0 auto 20px auto;
  font-size: 18px;
}

input {
  padding: 5px 10px;
  font-size: 14px;
  color: black;
}

button {
  font-size: 14px;
  padding: 5px 10px;
  color: black;
}

body {
  background: #100909;
color: white;
}

h4{
  color: white;
}