/*
Theme Name: Theme Comming Soon
*/
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #1C1818;
  color: #f4f6fb;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.wrapper {
  text-align: center;
  max-width: 560px;
  padding: 32px;
	border:solid 1px #D8B18B;
}
.logo-container {
  margin-bottom: 30px;
	
}
.logo-container img {
  max-width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
}
h1 {
  font-size: 48px;
  margin: 0 0 16px;
  letter-spacing: 1px;
text-shadow: 
  1px 1px 2px #D8B18B,
  2px 2px 5px rgba(0,0,0,0.3);
  color: #f4f6fb;
}
p {
  margin: 0 0 24px;
  line-height: 1.6;
  color: #d2303a;

  
}

