/**
Theme Name: Astra Child
Author: teedee
Author URI: https://maa.org.pl/
Description: Astra theme finetuned by teedee
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

h1, h2, h3, h4, h5, h6 {
  margin-top: 20px;
    margin-bottom: 10px;
}

/* scrollbar START */
/* width */
::-webkit-scrollbar {
  width: 20px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 2px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #af111c;
  border-radius: 2px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #de1623;
}
/* END */
