@charset "utf-8"; .menu { min-height: 5%; margin: 0%; padding: 5px 0%; } .menu .row { display: flex; flex-direction: row; justify-content: center; } .menu .row .item { margin: 1% 1%; width: 25%; height: 25%; border-radius: 10px; background-color: aquamarine; text-decoration: none; border-style: solid; border-width: 1px; border-color: aquamarine; } .menu .row .item:hover { background-color: aqua; border-color: blue; } .menu .row .item p { margin-top: 0%; margin-bottom: 4%; text-align: center; font-size: 15pt; } .menu .row .item .photo { display: flex; justify-content: center; }