body {
  margin: 0;
  padding: 0;
  background-color: #f9f6f1;
  font-family: 'EB Garamond', serif;
  color: #3b3b3b;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.container {
  text-align: center;
  padding: 2rem;
  user-drag: none;  
  user-select: none;
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;

}

.logo {
  max-width: 600px;
  margin-bottom: 2rem;
}

h1 {
  font-size: 2rem;
  color: #4a5b45;
  margin-bottom: 0.5rem;
}

.message {
  font-size: 1.1rem;
  color: #6a665c;
}