@import url('fonts.css');

*{
    margin: 0px;
    padding: 0px;
    user-select: none;
}
body{
    /* background-color: #088484; */
    background-color: #28D7CA;
    overflow: hidden; /* make the body unscrollable*/
}

ul{
    margin: 3vh;
}

li{
    list-style: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

p{
    font-family: PixeloidSans;
    color: rgb(0, 0, 0);
    font-size: 0.7rem;
}
    

img:hover{
    transform: scale(1.1);
    transition: 0.5s;
    filter: drop-shadow(0 0 0.75rem white);
}

.flex-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    float: left;
    text-align: center;
    padding-top: 10px;
}

.flex-item {
    margin: 10px 0; /* adjust as needed */
    padding-left: 25px;
}

/* ===================  */
#exe{
    width: 7vh;
}

#folder{
    width: 7vh;
}

#internet{
    width: 7vh;
}

#vscode{
    width: 7vh;

}

#startmenu{
    width: 10vh;
}

#startmenu:hover{
    transform: none;
    filter: none;
}


#binicon{
    width: 7vh;
}

#bin{
     text-align: center;
    padding-left:0px;
    margin: 0px;
    float:right;
    position: absolute;
    bottom: 10%;
    right: 20px;
}

#taskbar{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 6vh;
    background-color: #C5C5C5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
}