body {
    margin: 0;
    padding: 0;
  }
  


  .feed {
    position: relative;
    top: 80px;
    left: 50%; /* moves the left edge of the element to the center of the parent */
    transform: translateX(-50%); /* pulls the element back to the left by half its own width */
    max-width: 1100px;
    width: 95vw;
    background-color: rgb(255, 255, 255);
    border-left: 1px solid black;
    border-right: 1px solid black;

  }

.txtdv {
  padding: 70px;
  padding-top: 50px;
  padding-left: 100px; padding-right: 150px;
  background-color: rgb(255, 255, 255);
  font-size: 20px;
}

.sisällysdiv {
border-bottom: 1px solid grey;

}

.sisällysdiv h2 {
  background-image: linear-gradient(rgba(255, 242, 205, 0.888), rgb(255, 255, 255));
  color: rgb(85, 58, 0);
white-space: normal;
  font-size: 25px;
  margin: 0px 80px;
  margin-left: 0px;
  margin-right: 10px;

padding: 20px;
}

.rowdiv {
display: flex; flex-direction: row;
align-items: center; 
background-color: rgba(255, 242, 205, 0.888);

}

.rowdiv p {
letter-spacing: 3px;
font-size: 20px;

}
.rowdiv h1 {
  color: rgb(86, 86, 86);
white-space: nowrap;
  font-size: 25px;
  margin: 10px 10px;
}

.rowdiv2 {

display: flex; flex-direction: row;
}
.icon {
  padding: 10px;
  width: 60px;
  height: 60px;
  background: transparent;
  border-radius: 50%;
}

@media (max-width: 900px) {

  .txtdv {
    padding-bottom: 50px;
    padding-top: 30px;
  
    padding-left: 6vw; padding-right: 6vw;
  }
}

@media (max-width: 700px) {
  .sisällysdiv h2 {
    margin: 0px 50px;
    margin-right: 10px;
  font-size: 7vw;
  padding: 20px;
  margin-left:0px;
  }
}

@media (max-width: 370px) {
  .rowdiv {
    display: flex; flex-direction: column;
    align-items: start; 

    
    }
    .rowdiv h1 {
      font-size: 25px;
      margin: 10px 10px;
      margin-right: 10px;
    }
    .rowdiv p {
      letter-spacing: 3px;
      font-size: 20px;
      margin-top: 5px;
      margin-left: 10px;
      margin-bottom: 10px;

      }
}