.container-base {
	background-color:#eae0d5;
  margin:auto;
  max-width:400px;
  overflow:visible;
  padding:20px;
}

.zinnia {
	width:100%;
  border:5px double #540b0e;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 8px -2px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

body {
	background-color:#eae0d5; 
  font-family: "DotGothic16", sans-serif;
  color:#540b0e;
}

a {
 color:#9e2a2b;
}

@font-face {
src: url(https://files.catbox.moe/nh1ity.ttf);
font-family: DotGothic16;
}

@font-face {
src: url(https://files.catbox.moe/ncdupk.ttf);
font-family: merchant;
}

h1 {
 text-align:center; 
  filter: drop-shadow(1px 1px 0 #540b0e) drop-shadow(-1px 1px 0 #540b0e) drop-shadow(0 -1px 0 #540b0e) drop-shadow(1px 0 #540b0e);
  color:white;
  font-family: merchant;
  font-size:3em;
}

h3 {
 font-family: merchant; 
  font-size:2em;
  margin:5px 0px !important;
  text-decoration:underline;
  text-align:center;
}

p {
 text-align:center; 
}