@import url('https://fonts.googleapis.com/css2?family=Cabin&family=Roboto&display=swap');
*{
    margin: 0;
}
.back{
    background-image: url("kw-background.png");
    background-size: 100% 100%;
    height: 300px;
    padding-left: 70px;
    padding-top: 50px;
    padding-bottom: 50px;
    
   
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:  0 50px 0 50px;
    
}
.sec-part{
    height: 20px;
}
.nav{
    display: flex;
    align-items: center;
    height: 30px;
}
#background{
    width: 100%;
    height: 100%;
    margin: 0;
}
.books{
    width: 150px;
}
.cart{
    width: 17px;
    margin-left: 5px;
}
.price{
    display: flex;
    align-items: center;
    margin-top: 15px;
    
}
div{
    line-height: 15px;
}

.add,.adds{
    display: flex;
    background-color: #6196FF;
    color: white;
    border-radius: 3px;
    border: none;
    font-size: 15px;
    height: 27px;
    align-items: center;
    margin-left: 50px;
    width: 60px;
    
}
.adds{
    margin-left: 150px;
}

h5,h6,p{
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
}
h6{
    color: #A5A5A4;
    font-weight: 600;
    margin-top: 10px;
}

h3{
    margin: 150px 0 7px 65px;
}
#books,#game,#handmade{
   display: flex;
   justify-content: space-evenly;
    
}
.book-div,.game-div,.handmade-div{
    display: flex;
    /* justify-content: space-around; */
}
.square-pic{
    width: 260px;
}
footer{
    background-color: black;
    margin-top: 150px;
    padding-top: 10px;
    height: 150px;
    display: flex;
    justify-content: space-between;
}
#foot{
    color: white;
    margin: 0px 0 10px 100px;
    
}
#foots{
    color: white;
    margin-top: 40px;
}
#pfp{
    width: 110px;
    margin-left: 115px;
    border-radius: 100%;
}
.right-side{
    text-align: end;
    margin-right: 100px;
}
.nav:hover{
    text-decoration: underline;
    cursor: pointer;
}
h3:hover{
    text-decoration: underline;
    cursor: pointer;
}
button:hover{
    cursor: pointer;
}
h1{
    color: rgb(255, 255, 255);
    font-size: 70px;
    margin-top: 40px;
}
h2{
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    margin-top: 35px;
}
h5:hover{
    cursor: pointer;
    text-decoration: underline;
    
} 
@media screen and (max-width: 600px){
    #books,#game,#handmade{
        display: flex;
        flex-direction: column;
    }
    nav{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin:  0 25px 0 25px;
        
    }
    .back{
        background-image: url("kw-background.png");
        background-size: 100% 100%;
        height: 110px;
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 50px;
    }
    h1{
        color: rgb(255, 255, 255);
        font-size: 30px;
        margin-top: 5px;
    }
    h2{
        color: rgb(255, 255, 255);
        font-size: 8px;
        font-family: 'Roboto', sans-serif;
        margin-top: 10px;
    }
    .book-div,.game-div,.handmade-div{
        justify-content: center;
        margin-bottom: 40px;
    }
    .h3tag{
        display: flex;
        justify-content: center;
    }
    h3{
        margin-left: 0;
    }
    footer{
        background-color: black;
        margin-top: 150px;
        padding-top: 10px;
        height: 150px;
        display: flex;
        justify-content: space-between;
    }
    #pfp{
        width: 100px;
        margin-left: 50px;
        border-radius: 100%;
    }
    #foot{
        margin-left: 50px;
    }
    #foots{
        color: white;
        margin-top: 30px;

    }
    .right-side{
        text-align: end;
        margin-right: 50px;
    }
}