
body {
    background-image: url(https://images.unsplash.com/photo-1511884642898-4c92249e20b6?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
    background-position: center;
    margin: 0;
     /* Certifica-se de que o body ocupe toda a altura da tela */
  }

ul{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
}

.reversed{
    align-items: end;
    
    height: 80vh;
    flex-wrap: wrap-reverse;
}

a{
    background-color: rgba(0, 0, 0, 0.507);
    margin: 15px;
    border-radius: 5px;
    color: inherit; 
    text-decoration: none; 
}

a:visited {
    color: inherit; 
  }
  
  a:hover {
    color: inherit; 
  }
  
  a:active {
    color: inherit; 
  }

li{
    margin: 20px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}


.title{
    font-size: 18px;
    margin: 3px;
}

.autor{
    font-size: 14px;
    margin: 0px;
}


.album-cover{
    width: 250px;
    height: 250px;
}

.invert-forest{
    margin-top: 50%;
}
