html {
  font-size: 16px;
}

body {
  min-width: 570px;
  font-family: "Work Sans", sans-serif;
  line-height: 2.5;
  color: #black;
}

input:focus {
  outline: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

.header {
  padding: 2.75rem 0;
  background-color: #0C0102;
}

.header h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Righteous", cursive;
  color: white;
}

.header input {
  border-radius: 19px;
  margin-right: .625rem;
}

.header .fa-search {
  padding: .5rem;
  border-radius: 19px;
  text-align: center;
  background-color: #1db954;
  color: #22013f;
}

.header .fa-search:hover {
  background-color: #ff66cc;
  cursor: pointer;
}

.attributes {
  background-color: #1db954;
  font-weight: 500;
  color: #ffffff;
}

.track {
  display: flex;
  padding: .6rem;
  border-bottom: 1px solid #cccccc;
  line-height: 1;
}

.track:hover {
  background-color: #f0eef3;
  font-weight: bold;
}

.track div {
  display: flex;
  align-items: center;
}

.play-button a {
  display: flex;
  align-items: center;
  color: #1db954;
}

.play-button a:hover {
  color: #ff66cc;
}