@font-face {
  font-family: rajdhani;
  src: url(../fonts/Rajdhani-Regular.ttf);
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: star-jedi;
  src: url(../fonts/star-jedi.ttf);
  -webkit-font-smoothing: antialiased;
}
html,
body {
  font-family: "rajdhani";
  font-size: 16px;
  font-style: normal;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "star-jedi";
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.header {
  padding-left: 0;
  padding-right: 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.header-content {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0px;
  flex-direction: column;
  color: white;
}
.root {
  padding-left: 0;
  padding-right: 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.root-content {
  display: flex;
  max-width: 1280px;
  margin-top: 0px;
  margin-bottom: 50px;
  flex-wrap: wrap;
  justify-content: center;
  color: white;
  margin-left: auto;
  margin-right: auto;
}
.centered-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    color: lightgray;
    font-size: 24px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
a {
  text-decoration: none;
  margin: 12px;
}
.btn {
  width: 374px;
  height: 76px;
  padding: 12px;
  color: white;
  border: 2px solid white;
  border-radius: 6px;
  background-color: black;
  background-repeat: no-repeat;
  background-position-x: right;
  cursor: pointer;
}
.btn:hover {
  border-color: rgb(255, 174, 0);
}
.btn-title {
  font-family: star-jedi;
  margin-bottom: 4px;
  cursor: pointer;
}
.btn-body {
  font-family: rajdhani;
  color: lightgray;
  cursor: pointer;
}
.patreonbtn {
  width: 338px;
  height: 149px;
  padding: 0px;
  margin-left:32px;
  margin-right:32px;
  color: white;
  background-color: black;
  background-repeat: no-repeat;
  background-position-x: right;
  cursor: pointer;
}
.bigshopbutton {
  width: 338px;
  height: 151px;
  padding: 0px;
  margin-left:32px;
  margin-right:32px;
  color: white;
  background-color: black;
  background-repeat: no-repeat;
  background-position-x: right;
  cursor: pointer;
}
