*{
margin: 0;
padding: 0;
box-sizing: border-box;
}



body {
    background-color: #000000;
    justify-content: center;
    align-items: center;
    font-family: 'Porter Sans Block', sans-serif;
}

.intro {
    text-align: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1 {
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 300px;
    font-weight: 500;
    color: white;
    letter-spacing: -0.05em;
}


.line {
    width: 1000px;
    height: 30px;
    background-color: #ffffff;
    margin: 20px auto;
}


.manifesto {
    margin-top: 10px;
    font-size: 30px;
    letter-spacing: -0.05em;
    color: white;
    text-align: center;
}

p {
    margin-top: 20px;
    font-size: 20px;
    color: white;
}


  img {
    position: fixed;
    display: block;
  }

  #img-01 {
    top: 5%;
    left: 20%;
    width: 20%;
    height: auto;
  }

  #img-02  {
    top: 10%;
    left: 80%;
    width: 30%;
    height: auto;
  }

  #img-03  {
    top: 20%;
    left: 20%;
    width: 50%;
    height: auto;
  }

  #img-04  {
    top: 25%;
    left: 60%;
    width: 30%;
    height: auto;
  }


  #img-05  {
    top: 50%;
    left:30%;
    width: 10%;
    height: auto;
  }

  #img-06  {
    top: 70%;
    left: 60%;
    width: 20%;
    height: auto;
  }

  #img-07  {
    top: 70%;
    left: 10%;
    width: 40%;
    height: auto;
  }

  #img-08  {
    top: 47%;
    left:3%;
    width: 35%;
    height: auto;
  }

  #img-09  {
    top: 10%;
    left: 4%;
    width: 30%;
    height: auto;
  }