*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* Base */
body {
    font-family: "Poppins", sans-serif; 
    background-color: black;
}

/* Navbar */
.navbar {
    width: 100%;
    height: 50px;
    background-color: #420202;

}

.container {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 50px;
    color: gold;
    font-family: "Rowdies", sans-serif;
    
}

/* Logo */
.logo-container {
    flex: 1;
}
.logoimage{
    height: 40px;          
    width: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.logo {
    font-size: 24px;
    color: rgb(239, 190, 14);
    cursor: pointer;
    line-height: 50px;
}

/* Navigation */
.home-container {
    flex: 4;
    
}

.homelist {
    display: flex;
    list-style: none;

}

.home-list-item {
    margin-right: 30px;
    cursor: pointer;
    color: #c48f0a;
    background-color: transparent;
    padding: 5px 10px;
    border-radius: 6px;
    transition: color 0.4s ease, background-color 0.4s ease;
    
}
.homelist{
    text-decoration: none;
    color: #c48f0a;
}
.homelist:hover {
    color: rgb(177, 10, 10);
}


.home-list-item:hover {
    color: rgb(177, 10, 10);
    background-color: #e5c40a;}

.home-list-item main{
    font-weight: bold;
    


}

/* Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 50px;
    height: 100vh;
    background-color: #480202;

}

.sidebar-logo {
    width: 45px;              
    height: 45px;
    margin-top: 10px;

    border-radius: 50%;       
    object-fit: cover;        

    cursor: pointer;
    background-color: #f4f2f8;   
}

.sidebar-logo:hover {
    transform: scale(1.08);
    transition: 0.2s ease-in-out;
}

/* Container for all favorites */
.favorites-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px;
    background-color: #030303; 
}

/* Each favorite item */
.favorite-item {
    text-align: center;
    background-color: #020202;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    padding: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
    width: 200px;
}

/* Hover effect for favorite item */
.favorite-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* Image styling with border */
.favorite-image-Omori {
    width: 100%;
    height: 170px;
    border-radius: 10px;
    border: 7px solid #ffffff; 
    margin-bottom: 10px;
}
.favorite-image-Darksouls {
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 7px solid #ffffff; 
    margin-bottom: 10px;
}


.favorite-image-Arknights {
    width: 100%;
    height: 170px;
    border-radius: 10px;
    border: 7px solid #ffffff; 
    margin-bottom: 10px;
}
.favorite-image-silksong {
    width: 100%;
    height: 170px;
    border-radius: 10px;
    border: 7px solid #ffffff; 
    margin-bottom: 10px;
}
.favorite-image-Hollowknight {
    width: 100%;
    height: 170px;
    border-radius: 10px;
    border: 7px solid #ffffff; 
    margin-bottom: 10px;}
    .favorite-image-monsterH {
        width: 100%;
        height: 170px;
        border-radius: 10px;
        border: 7px solid #ffffff; 
        margin-bottom: 10px;}
    .favorite-image-LibraryofRuina {
        width: 100%;
        height: 170px;
        border-radius: 10px;
        border: 7px solid #ffffff; 
        margin-bottom: 10px;}
    .favorite-image-LimbusCompany {
            width: 100%;
            height: 170px;
            border-radius: 10px;
            border: 7px solid #ffffff; 
            margin-bottom: 10px;}
    .favorite-image-Eldenring {
             width: 100%;
             height: 170px;
             border-radius: 10px;
             border: 7px solid #ffffff; 
             margin-bottom: 10px;}
    .favorite-image-pgr {
            width: 100%;
            height: 170px;
            border-radius: 10px;
            border: 7px solid #ffffff; 
            margin-bottom: 10px;}
            

    

        /* Title styling */
.favorite-title-Omori {
    font-family: 'Arial', sans-serif;
    font-size: 1.2rem;
    color: #e2c208;
    margin: 0;
    cursor: pointer;
    transition: color 0.4s ease, background-color 0.4s ease;
}
.favorite-title-Omori:hover {
    color: rgb(224, 2, 173);
        background-color: #000000;
}
.favorite-title-arknights {
    font-family: 'Arial', sans-serif;
    font-size: 1.2rem;
    color: #e2c208;
    margin: 0;
    cursor: pointer;
    transition: color 0.4s ease, background-color 0.4s ease;
}
.favorite-title-arknights:hover {
    color: rgb(5, 127, 161);
        background-color: #000000;}

.favorite-title-darksouls {
    font-family: 'Arial', sans-serif;
    font-size: 1.2rem;
    color: #e2c208;
    margin: 0;
    cursor: pointer;
    transition: color 0.4s ease, background-color 0.4s ease;
}
.favorite-title-darksouls:hover {
    color: rgb(227, 133, 11);
        background-color: #000000;

}
.favorite-title-SilkSong {
    font-family: 'Arial', sans-serif;
    font-size: 1.2rem;
    color: #e2c208;
    margin: 0;
    cursor: pointer;
    transition: color 0.4s ease, background-color 0.4s ease;
}
.favorite-title-SilkSong:hover {
    color: rgb(255, 0, 0);
        background-color: #000000;

}
.favorite-title-HollowKnight {
    font-family: 'Arial', sans-serif;
    font-size: 1.2rem;
    color: #e2c208;
    margin: 0;
    cursor: pointer;
    transition: color 0.4s ease, background-color 0.4s ease;
}
.favorite-title-HollowKnight:hover {
    color: rgb(5, 51, 107);
        background-color: #000000;}
.favorite-title-libraryofruina {
font-family: 'Arial', sans-serif;
font-size: 1.2rem;
color: #e2c208;
 margin: 0;
cursor: pointer;
transition: color 0.4s ease, background-color 0.4s ease;}

.favorite-title-libraryofruina:hover {
color: rgb(251, 255, 0);
background-color: #000000;}


.favorite-title-MonsterH {
    font-family: 'Arial', sans-serif;
    font-size: 1.2rem;
    color: #e2c208;
    margin: 0;
    cursor: pointer;
    transition: color 0.4s ease, background-color 0.4s ease; }

    .favorite-title-MonsterH:hover {
     color: rgb(82, 51, 0);
    background-color: #000000;}

    .favorite-title-Limbuscompany {
        font-family: 'Arial', sans-serif;
        font-size: 1.2rem;
        color: #e2c208;
        margin: 0;
        cursor: pointer;
        transition: color 0.4s ease, background-color 0.4s ease; }
    
        .favorite-title-Limbuscompany:hover {
         color: rgb(221, 202, 94);
        background-color: #000000;}

.favorite-title-PGR {
font-family: 'Arial', sans-serif;
font-size: 1.2rem;
color: #e2c208;
margin: 0;
cursor: pointer;
transition: color 0.4s ease, background-color 0.4s ease; }
        
.favorite-title-PGR:hover {
color: rgb(51, 0, 0);
background-color: #000000;}

.favorite-title-EldenRing {
    font-family: 'Arial', sans-serif;
    font-size: 1.2rem;
    color: #e2c208;
    margin: 0;
    cursor: pointer;
    transition: color 0.4s ease, background-color 0.4s ease; }
            
    .favorite-title-EldenRing:hover {
    color: rgb(0, 0, 104);
    background-color: #000000;}






/* Main page title */
.title {
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 2rem;
    margin-top: 20px;
    color: #610502;
}
