 
  body {
    background: #fff;
    color: #000;
  }

#manifesto {
    background: #fff;
  }
  
#manifesto .m-p {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 40%;
    overflow: hidden;
    border: 1px solid white;
    margin: auto auto;
    margin-bottom: 6%;
    margin-top: 6%;
}
  
#manifesto .m-p p {
    text-align: justify;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 14px;
    line-height: 2em;
    margin: 0 0 16px;
}

.manifesto-h1 {
  margin-left: 18%;
  position: absolute;
  margin-top: 10.2%;
}

.manifesto-img {
  margin-left: 8%;
  position: absolute;
  margin-top: 18.3%;
  width: 18%;
}