#main {
    position: absolute;
    left:200px;
    border-collapse: separate;
    border-spacing: 2px;
}
ul {
    list-style: none;
  }
.save{
    max-width: 1000px;
    width:100%;
}
#sideber{
    background-color: #ffffff;
}
#side{
    width: 180px;
        height: 100vh;
        float: left;
        margin: 0;
        padding: 0;
        position:relative; 
        right: 10px;
}
.post{
    display: block;
    overflow-wrap : break-word;
    border-width: 1px;
    border-style: none solid solid none;
    border-color: #ddd;
    background-color: #efefef;
    margin-bottom: 8px;
    padding: 8px;
}
#canvas{
    position:absolute;
    width: 1200px;
    height: 600px;
    border:3px solid; border-color: #000000;
}
#canvass{
    position: absolute;
    width: 1200px;
    height: 600px;
    border:3px solid; border-color: #000000;
}
#nitaaa{
    background-color: #ffffff;
}
@media screen and (max-width: 600px), (pointer: coarse) {
#side{
    display: none;
}
}