body{
    padding: 10px 16%;
    font-family: "Gaegu", sans-serif;
    font-weight: 200;
    background-color: #AFC7EF;
    color: #385078;
    transition: all 2s;
    background-image: url(images/bg-grid.png);
}

h1{
    text-align: center;
}

h2{
    margin: 0;
}

aside{
    border-radius: 20px;
    background-color: lavender;
    max-width: 160px;
    text-align: center;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.side{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

nav{

}

nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
    margin: 0;
    padding: 0;
}

li{
    list-style-type: none;
}

.sticker{
    width: 60px;
    height: auto;
}

.filter{
    width: fit-content;
    min-height: 50px;
    background-color: white;
    border-radius: 10px;
}


main{
    display: flex;
    justify-content: space-between;
    /* background-color: aliceblue; */
    height: 600px;
    /* background-image: url(images/cat1.jpg);
    background-repeat: no-repeat;
    background-position: center; */
}

.heart{
    width: 60px;
    height: 45px;
}

#board{
    width: 600px;
    height: 400px;

}

#gallery nav{
    display: flex;
    background-color: cadetblue;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}

.not-selected{
    width: 130px;
    height: 90px;
}



.item{
    touch-action: none;
}