/* ========== Algemene reset / basisstijl ========== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.guest {
  background: url('../images/Marble.jpg') repeat center center;
  height: 100%;
  padding: 10px;
  font-family: 'Cinzel', serif;
  font-size: 12px;
  text-decoration: none;
  color: #000;
}