
<head>
    <style>
        .like-button {
            background-color: #ff4757;
            color: white;
            border: none;
            padding: 10px 20px;
            font-size: 16px;
            border-radius: 5px;
            cursor: pointer;
        }

        .like-button:hover {
            background-color: #ff6b81;
        }

        .like-count {
            font-size: 18px;
            margin-left: 10px;
        }
    </style>
</head>