body{
  background-color:rgb(0,0,0);
  font-family: Roboto, Arial;
  color: white;
  align-items: center;
}

.main{
  background-color: rgb(18, 18, 18);
  display:flex;
  flex-direction: column;
  align-items: center;
  margin:200px auto;
  width:500px;
  border-radius: 10px;
  align-self: center;
}

.error{
  margin-bottom: 100px;
  margin-top: 50px;
  display: flex;
  align-items: center;
}

.error-txt{
  font-size: 70px;
  font-weight: 700;
  padding-top: 184px;
}

.error-album{
  margin-left:20px;
}

.album-img{
  height:220px;
  border-radius: 20px;
}

.album-nombre{
  font-size: 40px;
  font-weight: 700;
}
.album-author{
  font-size: 14px;
  color: rgb(124, 124, 124);
}

.desc{
  margin-bottom: 50px;
  font-size: 24px;
}

.volver{
  margin-bottom: 50px;
  font-size: 20px;
  color: white;
  text-decoration: solid;

}

.volver:hover{
  text-decoration: underline;
  cursor:pointer


}