body{
    background:url("https://wallpaperxyz.com/wp-content/uploads/Website-Background-Images-HD-Free-Download-Wallpaperxyz.com-47.jpg")no-repeat center ;
    background-size: 100%;
}
#canvas{
box-shadow: -2px 2px 4px 10px rgb(139, 139, 139);

margin-top: 5%;
/* display: block;
margin: auto; */
}
.colors{
    margin-top:4% ;
    display: flex;
gap: 12px;
place-content: center;
}
.colors .color{
    height: 20px;
    width: 20px;
    border-radius: 50%; ;
   
}
.features{
    display: flex;
    justify-content: center;
    /* flex-direction: column; */
     
    /* position: relative;
    top:0; */
   
}
.button{
    margin: 15% 0% 0 5%;
    height: 20px;
    display: flex;
    flex-direction:column ;
    align-items: flex-start;
}
.button-1{
   
    margin-bottom: 20px;
}

.tools{
display: flex;
flex-direction: column;
margin: 10% 3% 0 0;
gap: 5%;
}

.pen{
    border-radius: 4px ;
    box-shadow: 2px 2px 2px orange;
    background: rgb(218, 104, 104);
    border: none;
}
