      body {
        background: none;
        background-color: #111;
      }
      h1 {
        margin-top: 50px;
        padding-top: 30px;
        margin-bottom: 30px;
      }
      .myWrapper-into {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
        h2 {
          margin: 0;
          margin-bottom: 15px;
        }
        p {
          margin: 0;
          text-align: center;
        }
      }
      .container .myWrapper-into:last-child {
        margin-bottom: 50px;
      }

      .intoLinks {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
    span {
        width: 8px;
        height: 8px;
        background-color: #fff;
        border-radius: 50%;
    }
    a {
        font-family: Rajdhani-Bold;
        transition: 0.3s all linear;
        font-size: 18px;
        transform-origin: left;
    }
a:hover {
    text-decoration: underline;
}
}
@media screen and (max-width: 750px) {
.intoLinks {
    flex-direction: column;
    span {
    display: none;
    }
}
}

.container{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}

.aboutBurger{
  top: -35px;
}