* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Helvetica, sans-serif;
}

body {
    display: flex;
    flex-direction: row;
}

canvas {
    border: 1px solid black;
}

.shape-creation-menu__shape-icon {
    width: 60px;
}

.shape-creation-menu__shape-icon:hover {
    cursor: grab;
}