@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
	line-height: 1.2;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #7F00FF;
	text-decoration: none;
	background-color: #FFF;
	text-align: center;
}

a {
	text-decoration:none;
	color:#7F00FF;
}

a:hover {
	color:#DAF7A6;
}


#container1 {
  z-index: 1;
  width: 100vw;
  justify-content: center;
  align-items: center;
}

#text{

	text-align:center;
	margin-top:30px;
        font-size: 1.5em;

}
#container2 {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto; /* Center horizontally */
  text-align: center;
  font-size: 1.2em;
  line-height: 1.5;
  word-wrap: break-word;
}

/* Responsive adjustments */
/* /@media (max-width: 600px) {
/*   #container2 {
/*     width: 90vw; /* Slightly wider on small screens *//* 
/*     flex-direction: column;
/*     hyphens: auto; /* Allow hyphenation */
/*     word-break: break-word; /* Break long words */
/* 	font-size: 1.2em; /* Increase font size for small screens if needed*/
/*   }
/* }