body {
  background-color: #fcfcfc;
}

p{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  text-align: justify;
}

em{
  font-weight: 600;
  font-style: normal;
}

img{
    max-width:100% !important;
    height:auto;
    display:block;
}

.middot{
  font-weight: 700;
}

.center-div{
  margin: 0 auto;
  margin-top: 50px;
  max-width: 515px;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 10px;
}

/*.center-div {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 515px;
  height: 430px;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 10px;
}*/