body{
  background-color: khaki;
}

.container{
  width: 860px;
  background-color: white;
  margin: 0 auto;
  padding: 20px 50px;
}

.navi{
  display: flex;
  list-style-type: none;
  justify-content: flex-end;
}

.navi li{
  background-color: pink;
  color: blue;
  padding: 10px 30px;
  margin-left: 10px;
}

h2{
  text-align: center;
  color: saddlebrown;
  border-bottom: 2px dotted saddlebrown;
  padding: 30px 0 20px;
}

.text1{
  text-align: center;
  margin: 20px 0 10px;
  font-size: 1.8rem;
  line-height: 1.8;
}

.text2{
  margin: 2px 0;
  font-size: 1.2rem;
  line-height: 1.8;
}

.clubmenu{
  list-style-type: none; 
  margin: 10px 0;
}

.clubmenu li{
  margin: 10px 0;
}

.menu{
  display: flex;
  list-style-type: none;
  padding-left: 0;
  justify-content: flex-end;
}

.menu li{
  margin-left: 10px;
}

h4{
  text-align: center;
  color: saddlebrown;
  border-bottom: 2px dotted saddlebrown;
  padding: 30px 0 20px;
}

.copyright{
  text-align: center;
  border-top: 5px solid khaki;
  padding-top: 30px;
}