.back-btn { background-color: white; border-radius: 10px; padding: 7px 15px; color: black; text-decoration: none; border: solid #f0f0f0 1px; font-size: 20px; } .back-btn:hover { box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; } .pokemon { display: flex; justify-content: space-between; margin-top: 20px; } .name { font-size: 50px; font-weight: 700; } .pokemon img { width: 400px; } .spec { display: flex; font-size: 18px; margin-top: 10px; } .label { font-weight: 700; }