body {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  background-color: black;
  margin: 0;
  padding: 0;
 }
 
h1 {
  margin-top: 0;
  font-size: 1.8em;
  font-weight: 200;
  text-align: center;
  padding-top: 22px;
}

h2 {
  font-size: 1em;
  text-align: center;
  color: rgb(0, 0, 0);
}

.container {

  max-width: 400px;
  margin: 0 auto;
  background-color: rgb(0, 0, 0);
}
.main-image {
  width: 100%;
  height: auto;

}

.description {
  background-color: white;
  background-position: bottom;
  height: 80px;
}

.form {
background-color: white;
padding: 10px;
}

.email-field {
height: 35px;
width: 300px;
}
.center {
  text-align: center;
}

.subscribe-button {
  margin-top: 10px;
  text-align: center;
}
.subscribe-button-inside
{
  background-color: #f10000;
  border:none;
  color: white;
  padding: 10px 26px 10px 26px;
  text-align: center;
  font-size: 16px;
  border-radius: 20px;
  cursor: pointer;
}

.rows {
  height: 70px;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.25);
  padding: 20px 10px 20px 10px;
  background-color: rgb(47, 47, 47);

}
.streaming-logos {  
  padding-top: 12px;
  height: 40px;
}

i {
  color: white;
  position: relative;
  top: 50%;
  transform: translateY(-50%);

}

.play-text {
  padding-top: 20px;
 
}

.rows:hover {
  background-color: rgb(67, 67, 67);}

.social-links {
  background-color:rgb(47, 47, 47);
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.25);
  height: 80px;
  text-align: center;
  }