body {
  margin: 0;
  font-family: 'Arial', sans-serif;
  background-color: #000;
  color: #fff;
  direction: rtl;
}

#container3D{
    position: relative;
    width: 500px;
    height: 300px;
    margin: auto;
    border: 2px solid white;
  }

  .content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

  .text-section {
    flex: 1;
    padding-right: 20px;
}

  .text-section h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #ffb53e;
}

  .text-section p {
    font-size: 18px;
    line-height: 1.8;
    color: rgb(243, 169, 50);
}