.screen{display:flex;justify-content:center;height:100vh}.colors{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;list-style:none;padding:15px}.single-color-item{display:flex;justify-content:center;align-items:center;padding:10px;margin:3px;border-radius:21px;width:65px;font-weight:700}.single-color-item:hover{cursor:pointer}.color-tab{border:2px solid rgb(181,78,78);border-radius:23px;background-color:khaki;margin:0 150px;position:relative;top:500px;height:90px}*{margin:0}
