#canvas{
    display: block;
    margin: 0 auto;
    margin-top: 100px;
}

.btn-group{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

#reset{
    padding: 8px 21px 8px 21px;
    font-size: 18px;
    cursor: pointer;    
}

.dashboard{
    position: absolute;
    left: calc(50% + 180px);
    top: 100px;
}
