body {
    background: #967bb6;
    font-family: "Trebuchet MS";
    }
.weblogbox {
  height: 400px;
  width: 830px;
  
  background:white;
  color: #967bb6;
  overflow-y: auto;
  border-radius: 5px;
  padding: 15px;

  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.div {
  height: auto;
  width: 700px;
  
  display: block;
  margin: 10px auto 0 auto;
}