
*{
  background: #fff;
}

.frame {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 95vh;
  width: 100%;
}

.table{
  width: 1080px;
}


.headimg{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1080px;
  height: 600px;
  margin-bottom: 30px;
}

.pf_line{
  display: flex;
  flex-direction: row;
  justify-content:  space-between;
  align-items: stretch;
  margin-bottom: 30px;
}

.insta{
  height: 60px;
}

.pf{
  height: 60px;
}

.bottomimg{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1080px;
  height: 60px;

}