/* *{
    margin: 0;
    padding: 0;
} */
body{
    background-image: url('bg.jpg');
    background-size: cover;
    overflow: hidden;
    height: 100vh;
}
.task_bar{
    display: flex;
    position: absolute;
    width: 100%;
    justify-content: center;
     bottom: 0;
     background-color: #f3f3f3;
     z-index: 100;
 
}
.start_menu{
    position: absolute;
    /* bottom: 50px; */
    bottom: -650px;
    /* display: none; */
    width: 100%;
    text-align: center;
    transition: all 0.6s ease-in;

}
.start_menu img{
    border-radius: 23px;
}
.right{
    position: absolute;
right: 0;
margin: 5px 0;
height: 85%;
}