.btn-availability { display: flex; justify-content: center; align-items: center; cursor: pointer; border: 1px solid black; text-align: center; width: 15em; height: 3.5em; border-radius: 0.6em; } .btn-availability:hover { background-color: #DDDD; } .large-text { font-size: 4em; } .text-navy { color: #000000 } .navbar-boarder { border-bottom: 1px solid #DDDD; }