:root{
    --primary-color:#C21E56;
    --secundary-color: #3E0A1B;
    --dark-color:#940D0D;
    --ligth-color: #FFB8B8;
    --danger-color:#FF6666 ;
    --max-width: 1200px;
    --border-radius: 8px;
    --box-shadow:#913C3C ;

}
 *{
   margin:0;
   padding: 0;
   box-sizing: border-box;  
}
body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.9;
    color: white;
    background-color:#30050c;
}
.conteudo {
  position: relative;
  z-index: 10;
}

.container{
    color: var(--dark-color);
    margin:0 auto;
    padding:0 20px;
}
.btn{
    display: inline-block;
    padding:10px 20px;
    border-radius: var(--border-radius);
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;    
}

.btn-primary{
    background-color:var(--dark-color);
    color:#FF6666;
}
.btn-primary:hover{
    background-color:#FC6C85;
    transform: translate(-2px);
    bottom: 20px;   
    right: 20px;    
    z-index: 1000;  
    padding: 10px 20px;
    background-color:#bd0003;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;

}
.btn-secundary{
  background-color:var(--dark-color);
  color:#FF6666;
}
 .btn-secundary:hover{
     background-color:#FC6C85;
    transform: translate(-2px);
    bottom: 20px;   
    right: 20px;    
    z-index: 1000;  
    padding: 10px 20px;
    background-color:#bd0003;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.header{
  background: linear-gradient(150deg, rgba(0,0,0,1), rgba(0,0,0,0.7));
  color: var(--secondary-color);
}
.elemento {
  height: 300px;
  background-image: 
    linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)),
    url('https://1000logos.net/danganronpa-logo/');
  background-size: cover;
  background-position: center;
}
.nav{
   display:flex;
   justify-content: space-between;
   align-items:center;
   padding:1rem 0;
   flex-wrap: wrap;
}
.logo{
    font-size: 1,5rem;
    font-weight: bold;
    color: var(--dark-color);
    text-decoration: none;

}
.album {
    display: flex;
    flex-wrap: wrap;
     gap: 15px;
    justify-content: center;
  }
.card {
   border: 2px dashed #ffb7c5; 
   padding: 15px;
   text-align: center;
  width: 120px;
   background-color: #fff0f5;
  }
 .card img {
    width: 80px;
    height: 80px;
    object-fit: contain; 
  }
.card:hover {
  transform: scale(1.05);
  border-color: #7f0000;
  transition: 0.3s;
  cursor: pointer;
}
 
    .album {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
      margin-top: 30px;
    }
    
    .card {
      border: 3px dashed #4c090b;
      padding: 20px;
      text-align: center;
      width: 180px;  
      background-color: #661819;
      border-radius: 10px;
      display: flex;
      flex-direction: column; 
      align-items: center;  
    }
    
    .card img {
      width: 100px;  
      height: 100px;  
      object-fit: contain; 
    }
    
    .card p {
      margin: 10px 0 0 0;
      font-weight: bold;
    }
    
    .card small {
      font-size: 11px;
      color: #aaa;
      margin-top: 5px;
    }
    
    .card:hover {
      transform: scale(1.05);
      border-color: #fff;
      transition: 0.2s;
      cursor: pointer;
    }
    
    .card-link {
      text-decoration: none;
      color: inherit;
    }
    
      .album-container {
      display: flex;
      align-items: flex-end; 
      justify-content: right;
      gap: 10px;
      margin-top: 10px;
      position: relative;
    }
    
   
    .monokuma-punicao {
      width: 100px;
      height: auto;
      transform: rotate(-15deg); 
      margin-right: 20px; 
      position: relative;
      bottom: -10px; 
      z-index: 2; 
      
    }
    .album {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      justify-content: center;
    }
    
    .card {
      border: 3px dashed #661819;
      padding: 15px;
      text-align: center;
      width: 150px;
      background-color: #3c0000;
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
    }
    
    .card img {
      width: 100px;
      height: 100px;
      object-fit: contain;
    }
    
    .card p {
      margin: 8px 0 0 0;
      font-weight: bold;
      font-size: 14px;
    }
    
    .card:hover {
      transform: scale(1.05);
      border-color: #fff;
      transition: 0.2s;
      cursor: pointer;
    }
    
    .card-link {
      text-decoration: none;
      color: inherit;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    