.gameserverspackages {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    padding: 1.5rem;
  }
  .gameserverspackagesprices {
    padding: 0.5rem;
    border-radius: 10px;
    width: 290px;
    height: 560px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  }
  .gameserverspackagesprices h3 {
    color: #4b083f;
    font-size: 1.5rem;
  }
  .gameserverspackagesprices {
    margin: 0.4rem 0 0;
  }

  a.button {
    display: inline-block;
    background-color: #2c0324;
    color: #660000;
    padding: 0.6rem 1.2rem;
    margin-top: 0.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
  }

  * {
    box-sizing: border-box;
  }

  .smallinfo {
    font-size: 1.1rem;
  }

  .specs {
    font-size: 25px;
  }

  .starttoday {
    font-size: 1.5rem;
    color: #660000;
  }

  .services h3 {
    font-size: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    position: fixed;
    left: 15%;
    top: 22%;
    padding: auto;
  }

  .services1 h3 {
    display: flex;
    justify-content: center;
    font-size: 30px;
    color: #991D7C;
  }

  .smallinfo {
    color: rgb(80, 1, 80);
  }

  .specs {
    color: rgb(80, 1, 80);
  }

  .specsinfo {
    color: rgb(80, 1, 80);
  }