/*
Theme Name: Ask me
Theme URI: https://2code.info/demo/themes/ask-me/
Description: Responsive Questions and Answers WordPress
Tags: answers, css3, html5, icons, jquery, q & a, questions, responsive, retina ready, slider, theme-options
Author: 2codeThemes
Author URI: https://2code.info/
Version: 7.0.1
License: license purchased
License URI: http://themeforest.net/licenses/regular_extended
Text Domain: vbegy
Tested up to: 6.4
*/

.add-question-button {
      display: inline-block;
      background-color: #1976d2;
      color: white;
      padding: 12px 24px;
      text-decoration: none;
      border-radius: 25px;
      font-size: 16px;
      font-family: Arial, sans-serif;
      cursor: pointer;
      transition: background-color 0.3s ease;
	  border: 1px;
    }

    .add-question-button:hover {
      background-color: #1565c0;
    }