body {
  background-color: #ffffff;
  font-size: large;
  margin: 10px 10px 10px 10px;
  border-top: 30px solid #ffe6bf;
  border-bottom: 30px solid #ffe6bf;
  border-right: 30px solid #ffe6bf;
  border-left: 30px solid #ffe6bf;
  padding: 20px 40px 30px 40px;
  font-family: 'Cantarell', sans-serif;
  line-height: 1.65;
    text-align: justify;

}

.tablinks {
  padding: 20px;
    font-family: 'Cantarell', sans-serif;

}

#sum {
  padding: 20px;
}






.column1 {
  float: left;
  width: 50%;
}

.column2 {
  float: right;
  width: 40%;
    line-height: 2.5;

}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


#hope{
text-size:50;
}

.pic{
  max-width: 100%;
  height: auto;
}


