body {
  font-family: 'Cinzel', serif;
}

.askepot-container {
  height: 40vmin;
  width: 100vw;
  background-color: #f9eaed;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
}

.askepot-billede {
  height: 30vmin;
  object-fit: contain;
  float: left;
  margin: 5vmin;
}

.askepot-header {
  text-align: center;
  font-family: 'Cinzel', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
}

.askepot {  
  color: black;
  font-family: "Fleur De Leah", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 5em;
}

.askepot-billetter {
  position: relative;
  top: 40vmin;
  left: 0;
}