body
{
   background-color: #000000;
   color: #000000;
   font-family: Charmonman;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
*
{
   scrollbar-color: rgba(0,0,0,1.00) rgba(0,0,0,1.00);
}
*::-webkit-scrollbar
{
   width: 16px;
}
*::-webkit-scrollbar-track
{
   background: rgba(0,0,0,1.00);
}
*::-webkit-scrollbar-thumb
{
   background-color: rgba(0,0,0,1.00);
}
*::-webkit-scrollbar-corner
{
   background: rgba(0,0,0,1.00);
}
#Button2
{
   box-sizing: border-box;
   line-height: 42px;
   text-decoration: none;
   vertical-align: top;
   border: 3px solid #000000;
   border-radius: 7px;
   background-color: #FFA500;
   background-image: none;
   color: #000000;
   font-family: Charmonman;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#Button2:focus
{
   outline: 0;
}
@font-face {
    font-family: 'MojaCzcionka';
    src: url('fonts/MojaCzcionka.woff2') format('woff2'),
         url('fonts/MojaCzcionka.woff') format('woff'),
         url('fonts/MojaCzcionka.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'MojaCzcionka', Arial, sans-serif;
    font-weight: bold;
}
