.room-list-styling { list-style-type: none; } .left-boarder { border-left: 2px solid #DDDD; } .amenities-button { display: flex; justify-content: center; align-items: center; cursor: pointer; border: 1px solid black; text-align: center; width: 15em; height: 3em; border-radius: 0.6em; margin-bottom: 3.5em; } .amenities-button:hover { background-color: #DDDD; } .reserve-button { display: flex; background-color: pink; margin-left: 10em; }