.posts.making-animations-with-squares canvas{width:100%;border:2px solid rgba(245,127,23,.2);box-sizing:border-box;height:calc(100vh - 120px)}.posts.making-animations-with-squares #pause-button.paused{color:#fff;background-color:#212121}.posts.making-animations-with-squares #clear-button{color:#fff;background-color:rgb(178.5,0,0)}.posts.making-animations-with-squares #clear-button:focus{background-color:#600}.posts.making-animations-with-squares form{margin-bottom:36px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin-left:0;margin-right:auto}.posts.making-animations-with-squares form label{white-space:nowrap;display:flex;align-items:center;padding:unset}.posts.making-animations-with-squares form input[type=checkbox]{margin-right:6px}.posts.making-animations-with-squares form>*{display:block;margin:0 12px 12px}