@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,600); body { background: #434d5a; font-family: "Roboto"; } h1 { color: #7e8c9f; padding: 0; margin: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: default; text-align: center; } #picker { display: flex; justify-content: space-around; } .IroColorPicker { display: flex; flex-direction: row; flex-wrap: wrap; align-content: center; justify-content: space-around; }