/* tribute_faeden-styles.css */


.title h2 {
    color: var(--color-faeden);
}

.faeden-vid {
    display: flex;
    justify-content: center;
    width: 100%;
}

#pusheen-vid {
  width: 90%;
  height: auto;
  max-width: 600px;
  border-radius: 10px; 
}
.faeden-box {
    perspective: 1000px;
    min-width: 300px;
    height: 500px;
    border-radius: 30px 1px;
    margin: 5px;
    position: relative;
    margin: 20px;
}

.faeden-box .flip-card-front {

    padding: 0;
    
}

.faeden-box img {
    height: 130px;
}

.faeden-box h3 {
    font-size: clamp(20px, 1vw, 50px);
    margin: 2px 2px 2px 15px;
    font-weight: 100;
}

.hobby-box .flip-card-front img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 30px 1px;
   
}

.faeden a {
    color: var(--color-faeden);
} 


.hobby-box .flip-card-back a:hover {
    text-decoration: underline;
}
