.choice_container { width: 320px; height: 172px; box-shadow: 0 3px 6px 0 rgba(black, 0.2); overflow: auto; display: flex; align-items: center; } .vote img{ vertical-align: middle; display: block; margin-left: auto; margin-right: auto; } h2, h3 { font-weight: normal; } span { font-weight: bold; font-size: 24px; } .nombre_vote { vertical-align: middle; float: left; } .nombre_vote span{ display: flex; align-items: center; } // TODO intricate selectors .nombre_vote p { line-height: 20px; } .vote button{ border: 1px solid #aeafb1;; border-radius: 50%; width:48px; height: 48px; display: flex; align-items: center; } .vote button:hover{ border-color: #807e7e; transition:0,5s; } .vote button:focus{ border:3px solid #bf83c2; outline:0; } .nombre_vote img{ /* vertical-align: middle; display:inline;*/ display: block; width: 20px; height: 20px; background-color: #000 }