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