#fabricsTable { margin-left: auto; margin-right: auto; width: 100%; /* align-items: center; */ } .tileImg { position: relative; margin-left: auto; margin-right: auto; margin-top: 15px; width: 200px; height: 300px; padding-left: 50px; padding-right: 50px; } .tileBtn { /* background-color: rgb(104, 104, 104); */ background-color: rgb(255, 255,255, 0.8); width: 200px; height: 50px; border-radius: 20px; border: none; box-shadow: 3px 3px #555; font-size: 100%; font-weight: bold; color: rgb(100, 100, 100); } .tileBtn:hover { /* background-color: rgb(150, 150, 150); */ /* color: white; */ width: 210px; height: 55px; box-shadow: 6px 6px #555; } #fabricsContainer { background-color: rgb(255, 255,255, 0.8); padding: 10px; margin-left: auto; margin-right: auto; width: 80%; border-radius: 30px; } td .tile { padding: 10px; width: 300px; height: 400px; background-color: rgba(120, 120, 119, 0.358); border-radius: 15px; margin-left: auto; margin-right: auto; } td { /* padding 5px; */ }