/*
Theme Name: AIProducer HP Branded
Author: EDI & P
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html

*/

body {
  letter-spacing: 1px;
}

.question {
  cursor: pointer;
  background-color: #000;
  border-radius: 100px;
  height: 47px;
  width: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  margin-left: 10px;
  display: inline-block;
}

.download {
  background-color: #000;
  display: inline-block;
  padding-left: 33px;
  padding-right: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  text-align: center;
  transition: all 0.3s ease;
}
