@font-face{
    font-family: rajdhani;
    src: url(./xw2/fonts/Rajdhani-Regular.ttf);
    -webkit-font-smoothing: antialiased;
}
@font-face{
    font-family: star-jedi;
    src: url(./xw2/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;
}
.centered-footer {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: column;
    color: lightgray;
    font-size: 24px;
}
.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;
}
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: 350px;
    height: 150px;
    padding: 0px;
    color: white;
    background-color: black;
    background-repeat: no-repeat;
    background-position-x: right;
    border: 2px solid black;
    cursor: pointer;
}
.patreonbtn:hover {
    border-color: grey;
}
.bigshopbutton {
    width: 350px;
    height: 150px;
    padding: 0px;
    color: white;
    background-color: black;
    background-repeat: no-repeat;
    background-position-x: right;
    border: 2px solid black;
    cursor: pointer;
}
.bigshopbutton:hover {
    border-color: grey;
}