/*------------------------------------------------------------------

More Than Pixels Games - CSS Stylesheet

-------------------------------------------------------------------*/

@import url(../plugin/bootstrap/css/bootstrap.min.css);
@import url(../plugin/themify-icons/themify-icons.css);
@import url("https: //fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
    font-family: 'neuropoliticalregular';
    src: url('neuropolitical-webfont.woff2') format('woff2'),
        url('neuropolitical-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    color: #009fdc;
    background-color: #13181f;
}

.center-text {
    text-align: center;
}

.center-it {
    display: flex;
    justify-content: center;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.games {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10%;
    width: 90%;
}

.game1 {
    width: 40%;
}

.game2 {
    width: 40%;
}

.page-spacer-10 {
    height: 10px;
}

.page-spacer-20 {
    height: 20px;
}

.page-spacer-30 {
    height: 30px;
}

.page-spacer-40 {
    height: 40px;
}

.page-spacer-60 {
    height: 60px;
}

.header_highlight_text {
    color: #FFFFFF !important;
    text-shadow: -1px -1px 0 #0094d4, 1px -1px 0 #0094d4, -1px 1px 0 #0094d4, 1px 1px 0 #0094d4
}

.header_text {
    font-size: 1.6em;
}