*{
    margin: 0;
    padding: 0;
}
body{
    background-image: url('image/bg.jpg'); 
    background-size: cover;
    overflow: hidden;
    height: 100vh;
}
.taskbar{
    background-color: #f3f3f3;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    z-index: 110;
    justify-content: center;
}
.startmenu{
    position:relative;
    bottom: -655px;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease-in; 
}
.startmenu img{
    border-radius: 8px;
}

.right{
    justify-self: flex-end;
    position: absolute;
    right: 0;
    margin: 6px 0;
    height: 85%;
}
.icons{
    color: rgb(109, 11, 11);
    font-size:large;
}