
body {
    margin: 0;
    font-family: 'Rubik', sans-serif;
    background-color: #000000;
    color: floralwhite;
}
header {
    background-color: #ffffff;
    color: #525252;
    padding: 1em;
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}
nav a {
    margin: 0 1em;
    color: #3b3b3b;
    text-decoration: none;
    font-weight: bold;
}
nav a:hover {
    color: #e63946;
}
section {
    padding: 3em 2em;
    max-width: 900px;
    margin: auto;
}

.screenshots img {
    max-width: 100%;
    margin-bottom: 1em;
}
.portfolio-entry {
    background-color: #747474;
    padding: 1em;
    margin-bottom: 1em;
    border-left: 4px solid #e63946;
    cursor: pointer;
}
.portfolio-details {
    display: none;
    padding-top: 1em;
    color: #ffffff;
}
.bio {
    background-color: #000000;
    text-align: center;
}
.bio img {
    width: 300px;
    border-radius: 50%;
    margin-top: 1em;
}
footer {
    background-color: #1d1d1d;
    color: #c0c0c0;
    text-align: center;
    padding: 1em;
}

.game-description {
    font-family: sans-serif;
    line-height: 1.6;
  }
  
  .game-description h2 {
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  
  .game-description h3 {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 0.4em;
  }
  
  .section-block {
    margin-bottom: 40px;
  }

  .section-block {
    margin-bottom: 40px;
  }
  
  h2 {
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  
  h3 {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 0.4em;
  }
  
  h4 {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0.3em;
  }
  
  ul {
    margin-left: 1.2em;
    list-style-type: disc;
  }