.ThemePreview { width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; } .ThemePreview:hover { cursor: pointer; } .ThemePreview p { text-transform: capitalize; margin: 8px 0; /* align-self: flex-start; */ } .ColorsPreview { display: flex; border: 1px solid silver; } .ColorPreview { width: 50px; height: 50px; }