@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700;800&display=swap');

* {
    font-family: 'Noto Sans', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

nav{
    background-color: black;
    width: 100vw;
    height: 180px;
    display: flex;
    align-items: center;
}

nav img{
    margin-left: 160px;
    width: 370px;
    height: 120px;
}

.search-wapper{
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search {
    width: 417px;
    height: 60px;
    margin-top: 20px;
    margin-left: 200px;
    border: none;
    background-color: #000000;
    
  
}

.input-wrapper{
    padding: 8px 22px;
    display: flex;
    align-items: center;
    gap: 26px;
    background-color: #f3f3f3;
    border-radius: 16px;
}

.input-wrapper i{
    color: rgb(0, 0, 0);
    cursor: pointer;
}

.input-wrapper input{
    background-color: transparent;
    border: none;
    color: rgb(0, 0, 0);
    font-size: 20px;
    width: 320px;
}

.input-wrapper input:focus-visible{
    outline: none;
}

.btn{
  border: 2px solid white;
  border-radius: 40px;
  color: white;
  cursor: pointer;
  background-color: #000000;
  width: 90px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  margin-left: 140px;
}

.btn a{
  text-decoration: none;
  color: white;
}

.btn:hover{
  background-color: rgb(105, 105, 105);
  color: black
}

  .album{
    display: flex;
    align-items: center;
    margin: 50px;
    margin-left: 100px;
    
  }

  .album img{
    width: 250px;
    height: 250px;
    border-radius: 20px;
  }

  .textalbum{
    display: flex;
    flex-direction: column;
    margin: 50px;
  }

  .album h1{
    font-size: 44px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .album h2{
    font-size: 20px;
    font-weight: 500;
    color: #646464;
  }

  .album h3{
    font-size: 18px;
    font-weight: 500;
    color: #646464;
  }

  .musicas{
    margin-top: 50px;
    margin-left: 150px;
    margin-bottom: 100px;
  }

  .musicas h2{
    padding-left: 40px;
  }

  .musicas h1{
    font-size: 30px;
    font-weight: 600;
    color: #2a2a2a;
    margin-bottom: 40px;
    margin-left: 100px;
  }

  .mus1{
    border: 2px solid rgb(128, 128, 128);
    border-radius: 15px;
    width: 800px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  a{
    text-decoration: none;
    color: black;
    
  }

  a:active{
    text-decoration: none;
  }

  .mus1:hover{
    background-color: #878787;
  }

  a:hover{
    color: white;
    cursor: pointer;
  }

  .mus2{
    border: 2px solid rgb(128, 128, 128);
    border-radius: 15px;
    width: 800px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mus2:hover{
    background-color: #878787;
    color: white;
    cursor: pointer;
  }

  .mus3{
    border: 2px solid rgb(128, 128, 128);
    border-radius: 15px;
    width: 800px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mus3:hover{
    background-color: #878787;
    color: white;
    cursor: pointer;
  }

  .mus4{
    border: 2px solid rgb(128, 128, 128);
    border-radius: 15px;
    width: 800px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mus4:hover{
    background-color: #878787;
    color: white;
    cursor: pointer;
  }

  .mus5{
    border: 2px solid rgb(128, 128, 128);
    border-radius: 15px;
    width: 800px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mus5:hover{
    background-color: #878787;
    color: white;
    cursor: pointer;
  }

  .mus6{
    border: 2px solid rgb(128, 128, 128);
    border-radius: 15px;
    width: 800px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mus6:hover{
    background-color: #878787;
    color: white;
    cursor: pointer;
  }

  .mus7{
    border: 2px solid rgb(128, 128, 128);
    border-radius: 15px;
    width: 800px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mus7:hover{
    background-color: #878787;
    color: white;
    cursor: pointer;
  }

  footer {
    background-color: rgb(24, 24, 24);
    height: 90px;
  
  }
  
  footer .bi {
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
  }
  
  .sobre {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: serif;
    color: rgb(232, 232, 232);
    padding-top: 30px;
    margin-bottom: 30px;
  }
  
  .sobre h3 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
  
  .end {
    font-family: serif;
    text-align: center;
    align-items: center;
    width: 1857px;
    height: 30px;
    font-size: 11px;
    color: rgb(229, 229, 229);
    background-color: black;
    font-family: 12px;
    margin-top: 30px;
  }

  

 