body{
  background-color: #706080;
}
.container{
  width: 860px;
  background-color: white;
  margin: 0 auto;
  padding: 20px 50px;
}

h1{
  margin-left: 20px;
  text-align: left;
  font-family: 'Lora', serif;
/*  font-family: 'Franklin Gothic Medium'; */
}

.navi{
  display: flex;
  list-style-type: none;
  justify-content: flex-end;
}
.navi li{
  background-color: #8080ff;
  color: white;
  padding: 10px 30px;
  margin-left: 10px;
}

.mainpict{
  margin-top: 40px;
}

h2{
  text-align: center;
  color: saddlebrown;
  border-bottom: 2px dotted saddlebrown;
  padding: 30px 0 20px;
  font-family: 'Lora', serif;
}
.menu{
  display: flex;
  list-style-type: none;
  justify-content: space-between;
  padding-left: 0;
}
.text-data{
  margin: 30px 0;
  font-size: 1.1rem;
  line-height: 1.6;
  font-family: 'Lora', serif;
}

.copyright{
  text-align: center;
  border-top: 5px solid khaki;
  padding-top: 30px;
}