body {
  font-family: sans-serif;
  margin: 0;
}

.navbar {
  font-family:Rachelya;
  width: 100%;
  border-radius: 2px;
  position: fixed;
  z-index: 10;
  top: 0;
  background-color: #ffffff;
}

.navbar-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 30px;
}

.navbar a {
  color: #6211e4;
  display: inline-block;
  font-size: 15px;
  padding: 10px;
  text-decoration: none;
}

.navbar a:hover {
  color: #f4ec13;
}

body, html {
  height: 100%;
  margin: 0;
}
.bg {
  /* The image used */
  background-image: url("images/PNGBG.png");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@font-face {
  font-family: Rachelya;
  src: url(FONT/Rachelya.woff2);
}


@font-face {
  font-family: salita;
  src: url(FONT/Salita.woff2);
}

@font-face {
  font-family: satoshi;
  src: url(FONT/Satoshi_Complete/Fonts/WEB/css/satoshi.css);
}

h1
{font-family: salita;}

.emboss{ color:rgba(78, 83, 161, 1);
  text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.5),
                2px -2px 0 rgba(255, 255, 255, 0.9);
}

h2,h3,h4,h5,p{font-family: satoshi;}
.content {
  max-width: 1280px;
  margin: auto;
  position: relative;
  margin-top:20px;
}

#inner-content{
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.toc-grid {
  display: grid;
  grid-template-columns: 280px 280px 280px;
  padding: 10px, 40px;
  gap: 20px;
}

.toc-col {
  border-left: 1px solid #999;
  padding-left: 10px;
}

.toc-number {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}

.toc-images {
  display: flex;
  padding: 5px
}
.toc-images img{
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.top-bar-line{
  display: grid;
  grid-template-columns: 150px 300px 1fr;
  padding: 10px 40px;
  border-bottom: 2px solid #000000
}

.container{
  width: 100%;
}
.item {
  display: grid;
  grid-template-columns: 150px 250px 1fr;
  padding: 10px 40px;
  border-bottom: 1px solid #000000;
  align-items: start;
}
.tag{
    display: grid;
    grid-template-columns: 250px 1fr;
    padding: 10px 40px;
    border-bottom: 1px solid #000000;
    align-items: start;
  }
.container-images{
  display: flex;
  gap:10px;
  padding: 20px;
}

.container-images img{
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.command {
  display: grid;
  grid-template-columns: 150px 1fr;
  padding: 10px 40px;
  border-bottom: 1px solid #000000;
  align-items: start;
}
.smallsec{
  display: grid;
  grid-template-columns: 400px 1fr;
  padding: 10px;
  border-bottom: 1px solid #000000;
  align-items: start;
}

.cards{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
  }

  .card{
    background:rgb(232, 231, 231);
    padding:20px;
    width:350px;
    border-radius:12px;
    box-shadow:0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .card h3{
    margin-top:0;
  }
.gallery{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:20px;
}

.gallery img{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:10px;
  box-shadow:0 4px 10px rgba(0,0,0,0.15);
}
.codecopy{
    width:700px;
    margin:40px auto;
    padding:20px;
    border:1px solid #ccc;
    border-radius:10px;
    background:#f7f7f7;
    position:relative;
    font-family:monospace;
}

.copy-btn{
    position:absolute;
    top:10px;
    right:10px;
    border:none;
    background:none;
    cursor:pointer;
}

.copy-btn img{
    width:22px;
    height:22px;
}
footer {
  font-size: 12px;
  color: #999;
  text-align: center;
  padding: 50px 0 30px 0;
}
footer p, footer a {
  font-size: 12px;
  color: #999;
}

