.konten1 {
  background-image:url('../images/profile/Background.png');
  min-height:1200px;
}
.logop {
  margin: 0px auto 20px auto;
  width:435px;
  height:74px;
  padding-top:20px;
}
.artikelp {
  border-radius: 20px;
  background-color: white;
  height:700px;
  margin: 10px 20px 0px 20px;
  font-family: BritanicBold;
  padding:10px;
  
}
.judulp {
  color:white;
  background-color: black;
  border-radius:10px;
  width:130px;
  font-size:16px;
  text-align: center;
  transform: scale(.7, 1);
  margin-left:-20px;
}

.textp {
  font-size:13px;
}
.textp table {
  margin-top:-15px;
}
.mottop {
  background-color: white;
  font-size:18px;
  border-radius:10px;
  margin:0 auto;
  width:730px;
  padding:10px;
  transform: scale(.8, 1);
}