.card { border-radius: 4%; width: 350px; height: 200px; overflow: hidden; margin: 10px; background-color: #131313; } .header-row { flex-wrap: wrap; display: flex; flex-direction: row; align-items: center; justify-content: space-around; } .btn, .btn:hover { background-color: #131313; border: 0px #131313; }