@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

body {
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@media only screen and (max-width: 760px) {
    body {
        margin: 10px;
        overflow-x: hidden;
    }

    .styles_moneyContainer__2Q_hX {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1000;
    }
}

code {
    font-family: source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace
}

.App {
    max-width: 1000px;
    margin: 0 auto
}

.styles_headerContainer__3FJhL {
    width: 100%;
    height: 230px;
    background: radial-gradient(592px at 48.2% 50%,#bac9e6 0,#a0c7fe 74.6%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.styles_headerContainer__3FJhL img {
    border-radius: 50%;
    width: 130px
}

.styles_headerContainer__3FJhL h1 {
    color: #333;
    padding: 0 1rem;
    text-align: center;
    margin-top: 10px;
}

.styles_moneyContainer__2Q_hX {
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: linear-gradient(180deg,#2ab8b3,#2ab8b3);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    border-radius: 10px;
}

.styles_moneyContainer__2Q_hX * {
    font-family: "Roboto",sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff
}

.styles_gridContainer__1Fotw {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(320px,320px));
    grid-gap: 1rem;
    gap: 1rem;
    justify-content: center;
    padding: 2rem 0
}

.styles_carddiv__3g75q {
    box-sizing: border-box;
    border-radius: 10px;
    background: radial-gradient(592px at 48.2% 50%,#f0f0f0 0,#a0c7fe 74.6%);
    height: 380px;
    padding: 1rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.styles_carddiv__3g75q img {
    height: 40%
}

.styles_cardTitle__12aVl {
    font-size: 1.3rem;
    font-weight: bolder;
    color: #333;
    margin: 1rem 0 0
}

.styles_cardPrice__32CeN {
    color: #3dca94;
    font-size: 1.3rem;
    font-weight: bolder;
    font-family: Arial,Helvetica,sans-serif;
    padding: 0
}

.styles_buyOptionsDiv__nTF01 {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: stretch
}

.styles_sellBtn__d8CPx {
    padding: .5rem 1.5rem;
    font-size: 1rem;
    background: linear-gradient(180deg,#f53b57,#f53b57);
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 5px;
    color: #fff;
}

.styles_buyBtn__26oIN:disabled,.styles_sellBtn__d8CPx:disabled {
    border: initial;
    background: rgba(85,85,85,.5)
}

.styles_priceInput__260eY {
    width: 100px;
    text-align: center;
    font-size: 1rem
}

.styles_buyBtn__26oIN {
    padding: .5rem 1.5rem;
    font-size: 1rem;
    background: linear-gradient(180deg,#87cc31,#87cc31);
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 5px;
    color: #fff;
}

.styles_receiptContainerDiv__38_E4 {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-top: 3rem;
    border-radius: 10px;
    padding-bottom: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: radial-gradient(592px at 48.2% 50%,rgba(255,255,249,.6) 0,#a0c7fe 74.6%);
    font-family: "Roboto",sans-serif

}

.styles_receiptContainerDiv__38_E4>h2 {
    font-size: 2rem;
    letter-spacing: 2px
}

.styles_receiptItemInfo__3cyKc {
    width: 320px;
    display: flex;
    justify-content: space-between;
    font-size: 1rem
}

.styles_receiptItemTitle__NQUAX {
    width: 45%;
    font-size: 1rem
}

.styles_receiptItemQuantity__SdTX2 {
    width: 10%;
    text-align: center
}

.styles_receiptItemPrice__1ioLG {
    text-align: right;
    width: 45%;
    color: #24c486;
    font-weight: bolder
}

.styles_totalContainer__YPK4D {
    border-top: 1px solid #000;
    padding-top: 1rem;
    width: 320px;
    display: flex;
    justify-content: space-between;
    font-size: 1.3rem;
    font-weight: bolder
}

.styles_totalContainer__YPK4D :last-child {
    color: #24c486
}

.styles_hidden__2nm1a {
    display: none
}




.footer {
    background-color: #f8f8f8;
    padding: 20px 0;
    margin-top: 20px;
}

/* Center text and reduce font size for small screens */
.footer .row {
    text-align: center;
}

.footer p {
    font-size: 14px;
    margin-top: 10px;
}

/* Style the list items in the footer */
.list-inline {
    padding: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
    margin-right: 10px;
}

.list-inline-item a {
    color: #333;
    text-decoration: none;
}


.list-inline-item::after {
    content: "·";
    margin-left: 10px;
    color: #333;
    font-weight: bolder
}

.list-inline-item:last-child::after {
    content: "";
    margin-left: 0;
}


@media (max-width: 768px) {
    .footer .list-inline-item {
        margin-right: 5px;
    }

    .footer p {
        font-size: 12px;
        margin-top: 5px;
    }
}

.post-grid {
    display: flex;
    gap: 20px;
    max-width: 1000px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 30px;
}

.post {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}

.post img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 5px;
}

.game-title {
    margin-top: 10px;
    font-size: 17.5px;
    color: black;
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #f53b57;
}

a:hover {
    color: blue;
}


.grid-heading {
            text-align: left;
            margin-bottom: 20px;
        }


header {
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #f8f8f8;
    margin-bottom: 15px
}

header .link {
    text-align: left;
    padding-left: 15px;
    margin-left: 25px;
}

header .link a {
    color: #333;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    margin-right: 30px;
}



.main-content {
    max-width: 960px; 
    margin: 0 auto; 
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 10px;
    line-height: 2.0;
    font-size: 18px;
}


.heading {
    color: #333;
    font-size: 22px;
}


.game-container {
  position: relative;
  width: 850px;
  margin: 0 auto;
}

#game-iframe {
  width: 100%;
}

.game-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  color: black;
  margin-bottom: 20px;
}

h1 {
  margin: 0;
	font-size: 24px;
}

h2 {
  margin: 0;
	font-size: 20.5px;
}

iframe {
  width: 800px;
  height: 501px;
  border: 0;
  border-radius: 10px;
  margin: 0;
  padding: 0;
}

#fullscreen-button {
  display: block;
  margin: 10px auto;
  padding: 15px 30px;
  background-color: #0097b2;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

#fullscreen-button:hover {
  background-color: #af50c7;
}



.layout-section {
  margin-bottom: 20px;
  margin: 0 auto;
  max-width: 850px;
}

.layout-home {
  margin-bottom: 20px;
  margin: 0 auto;
  max-width: 1000px;
}

.header,
.footer {
  max-width: none;
}

@media only screen and (min-width: 1000px) {
.navbar {
      display: inline-block;
    }
    
}

@media only screen and (max-width: 900px) {
.navbar {
      display: none;
    }
    
}


    .navbar a {
      display: inline-block;
      color: black;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
    }

    .navbar a:hover {
      background-color: #ddd;
      color: black;
    }
    
    
@media only screen and (min-width: 319px) and (max-width: 365px) {
    
.styles_moneyContainer__2Q_hX * {
    font-family: roboto,sans-serif;
    font-size: 2.1rem;
    font-weight: 700;
    color: #fff;
}
    
}

@media only screen and (max-width: 321px) {
    
header .link a {
    color: #333;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    margin-right: 30px;
}
    
}
