@font-face {
  font-family: "DejaVuSerif";
  src ("../font/DejaVuSerif.ttf") format("truetype");
}
body {
  background-color: #000000;
  font-family: 'DejaVuSerif', sans-serif;
  font-size: 14pt;
}
h1 {
  color: #CCCCCC;
  font-size: 250%;
}
h2 {
  color: #CCCCCC;
  font-size: 200%;
  margin-bottom: 15px;
}
hr {
  color: #0048BA;
  background-color: #0048BA;
  border-color: #0048BA;
}
p {
  color: #CCCCCC;
  font-size: 150%;
  margin-top: 8px;
}
a:visited {
  color: #0000EE;
}
.shapka {
  text-align: center;
}
.footer {
  text-align: center;
}
.btn {
  text-align: center;
  font-size: 150%;
  padding: 0 20px;
}
.description {
  padding: 0 20px;
  text-align: center;
  color: #CCCCCC;
}
.platform {
  text-align: center;
}
.donat {
  text-align: center;
}
.contact {
  text-align: center;
}
.table{
  border: 1px solid #CCCCCC;
  table-layout: fixed;
  margin: auto;
  margin-bottom: 20px;
  color: #CCCCCC;
  font-size: 150%;
}
.table th {
  font-weight: bold;
  padding: 5px;
  background: #000000;
  border: 1px solid #CCCCCC;
}
.table td{
  padding: 5px 10px;
  border: 1px solid #CCCCCC;
  text-align: center;
}
.table tbody tr:nth-child(odd){
  background: #191919;
}
.table tbody tr:nth-child(even){
  background: #262626;
}
#copy {
  color: #CCCCCC;
  font-size: 100%;
}
