html, body {
  margin: 0;
  background-color: rgb(180, 70, 156);
  color: white;
}

body {
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

.d-flex {
  display: flex;
  justify-content: center;
}

.container {
  margin: 1em;
}

img {
  width: 100%;
}

.logo img{
  max-width: 765px;
}

.m {
  margin: 1em;
}

.my-select {
  position: relative;
}

label {
  margin: 0.5em;
  font-size: 2em;
}

.hidden {
  display: none !important;
}

.textarea input {
	width: 90%;
	max-width: initial;
	text-align: center;
}

select, input {
  appearance: none;
	-webkit-appearance: none;
	min-width: 200px;
	max-width: 580px;
	font-size: 23px;
	padding: 5px 10px 5px 10px;
	background-color: #FFFFFF;
	border: 1px solid #C4D1EB;
	border-radius: 5px;
	color: #000000;
	cursor: pointer;
	outline: none;
	box-shadow: 3px 3px 2px 0px #E2E2E2;
}

.my-select select:focus {
	background: #F2F2F2;
	border: 1px solid #5A7EC7;
	border-radius: 5px;
}

.my-select::after {
	content: "";
	position: absolute;
	pointer-events: none;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
	width: 12px;
	height: 12px;
	background-color: #000000;
	clip-path: polygon(29% 0%, 71% 0%, 71% 56%, 100% 56%, 50% 100%, 0% 56%, 29% 56%);
}

#ttstext {
	margin-top: 1em;
}

#submitText {
	box-shadow: 0px 0px 0px 2px #cf866c;
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	background-color:#d0451b;
	border-radius:10px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	padding:12px 37px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}

.waitbox {
	background: black;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
}

.blur {
	filter: 0;
}

.blur.active {
	width: 100%;
	height: 100%;
	filter: blur(10px);
}
