/*
Theme Name: IDENTOS
*/

.entry-header,
.entry-content {
  font-family: "Arial";
}

.title {
  margin: 8px 0px;
}

.description {
  margin: 8px 0px 0px 0px;
}

h1 {
  margin: 8px 0;
}

.page-template-default {
  background: lightgrey;
}
.site-content {
  /* border: dashed 1px black;
  padding: 8px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: visible;
  /* max-width: 400px; */
}

.type-page {
  border: dashed 1px black;
  background: white;
  padding: 8px;
  /* max-width: 400px; */
  /* overflow-y: scroll; */
  /* justify-content: center; */
}

.entry-content {
  max-width: 400px;
  /* max-height: 750px; */
  /* overflow-y: scroll; */
}

.staging {
  background: yellow;
}
