body {
  margin: 0;
  background-color: #192038;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}
header {
  margin: 0 15px;
  margin-top: 20px;
  display: flex;
  gap: 35%;
  align-items: center;
  justify-content: space-between;
}

header h1 {
  font-size: 23px;
}
main {
  margin: 0 5px;
}
.view-all {
  font-size: 10px;
}
.search {
  margin-top: 30px;
}
h2 {
  margin-left: 8px;
  font-size: 15px;
}
input[type='text'] {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #222b45;
  border-radius: 10px;
  font-size: 16px;
  background-image: url('img/search.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  background-color: #222b45;
  color: white;
}
.categories {
  margin-top: 20px;
}
.top-categories {
  margin: 0 8px;
  display: flex;
  justify-content: space-between;
}
.bottom-categories {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 23%);
  grid-template-rows: 7rem;
  align-items: center;
  margin-left: 8px;
  gap: 8px;
}
.bottom-categories a {
  width: 100%;
  height: 6em;
  align-content: center;
  text-align: center;
}
.pop {
  border-radius: 15px;
  background: -webkit-linear-gradient(#f38b16, #f24b13);
}

.rock {
  border-radius: 15px;
  background: -webkit-linear-gradient(#5732e7, #3d18d7);
}
.country {
  border-radius: 15px;
  background: -webkit-linear-gradient(#36d451, #1998c7);
}
.rap {
  border-radius: 15px;
  background: -webkit-linear-gradient(#ea2273, #ef262d);
}
a {
  color: white;
  text-decoration: none;
}
.top-best-nusic {
  margin: 0 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom-best-music {
  display: grid;
  gap: 10px;
}
.song1 {
  display: grid;
  grid-template-columns: 80px 260px auto;
  justify-content: center;
  align-items: center;
}
.song2 {
  display: grid;
  grid-template-columns: 80px 260px auto;
  justify-content: center;
  align-items: center;
}
.song3 {
  display: grid;
  grid-template-columns: 80px 260px auto;
  justify-content: center;
  align-items: center;
}
.song4 {
  display: grid;
  grid-template-columns: 80px 260px auto;
  justify-content: center;
  align-items: center;
}
.song5 {
  display: grid;
  grid-template-columns: 80px 260px auto;
  justify-content: center;
  align-items: center;
}
#song-deatils {
  font-size: 10px;
}
.img1 {
  width: 50px;
  border-radius: 12px;
}
.img2 {
  width: 50px;
  border-radius: 12px;
}
.img3 {
  width: 50px;
  border-radius: 12px;
}
.img4 {
  width: 50px;
  border-radius: 12px;
}
.img5 {
  width: 50px;
  border-radius: 12px;
}
footer {
  width: 100%;
}
.navbar {
  width: 100%;
  position: fixed;
  background: url(img/backgroud.png);
  top: 90%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}
#right-nav {
  margin-top: 35px;
  margin-right: 80px;
  display: flex;
  justify-content: space-between;
  width: 40%;
}
#right-nav a {
  margin: 0 10px;
}
#home {
  margin-left: 67px;
  margin-bottom: 10px;
}
