
html,
body {
    height: 100%;
	margin: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #fff;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}
*:active, *:focus {
    border: 0;
    outline: 0;
}
.theme {
	display: flex;
	min-height: 100%;
	-webkit-transition: background-color 2s ease;
	-moz-transition: background-color 2s ease;
	-o-transition: background-color 2s ease;
	transition: background-color 2s ease;
	position: relative;
}

.theme::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at center, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 50%, transparent 100%);
	pointer-events: none;
}
.theme-0, .theme-1, .theme-2, .theme-3, .theme-4, .theme-5, .theme-6, .theme-7, .theme-8, .theme-9, .theme-10, .theme-11, .theme-12, .theme-13, .theme-14, .theme-15 {
    background: linear-gradient(135deg, #ff6b6b 0%, #c92a2a 50%, #a61e1e 100%);
}
.theme-16, .theme-17, .theme-18, .theme-19, .theme-20, .theme-21, .theme-22, .theme-23, .theme-24, .theme-25, .theme-26, .theme-27, .theme-28, .theme-29, .theme-30 {
    background: linear-gradient(135deg, #ffa94d 0%, #fd7e14 50%, #e8590c 100%);
}
.theme-31, .theme-32, .theme-33, .theme-34, .theme-35, .theme-36, .theme-37, .theme-38, .theme-39, .theme-40, .theme-41, .theme-42, .theme-43, .theme-44, .theme-45 {
    background: linear-gradient(135deg, #ffd43b 0%, #fab005 50%, #f59f00 100%);
    color: #2c3e50!important;
}
.theme-31, .theme-32, .theme-33, .theme-34, .theme-35, .theme-36, .theme-37, .theme-38, .theme-39, .theme-40, .theme-41, .theme-42, .theme-43, .theme-44, .theme-45 a {
    color: #2c3e50!important;
}

.theme-46, .theme-47, .theme-48, .theme-49, .theme-50, .theme-51, .theme-52, .theme-53, .theme-54, .theme-55, .theme-56, .theme-57, .theme-58, .theme-59, .theme-60 {
    background: linear-gradient(135deg, #51cf66 0%, #37b24d 50%, #2f9e44 100%);
}
.theme-61, .theme-62, .theme-63, .theme-64, .theme-65, .theme-66, .theme-67, .theme-68, .theme-69, .theme-70, .theme-71, .theme-72, .theme-73, .theme-74, .theme-75 {
    background: linear-gradient(135deg, #74c0fc 0%, #339af0 50%, #1c7ed6 100%);
}
.theme-76, .theme-77, .theme-78, .theme-79, .theme-80, .theme-81, .theme-82, .theme-83, .theme-84, .theme-85, .theme-86, .theme-87, .theme-88, .theme-89, .theme-90 {
    background: linear-gradient(135deg, #cc5de8 0%, #9c36b5 50%, #862e9c 100%);
}
.container {
	width: 100%;
	height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}
.header {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	z-index: 10;
	flex-shrink: 0;
}

.main {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.footer {
	flex-shrink: 0;
}
.header {
	text-align: left;
	margin: 0;
}
.title {
	font-size: 1.5em;
	font-weight: 400;
	opacity: 1;
	margin-bottom: 5px;
}
.subtitle {
  font-size: 0.8em;
  opacity: 1;
  line-height: 1.3;
}
.question {
	text-align: center;
	font-size: 6vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	gap: 0.3em;
	line-height: 1.4;
}
.question-first {
	cursor: pointer;
	font-weight: 800;
}

.question-second {
	cursor: pointer;
	font-weight: 300;
	font-style: italic;
	font-family: Georgia, serif;
}
.question-is {
	font-weight: 400;
	margin-right: 0.2em;
}

.question-questionmark {
	font-weight: 600;
	margin-left: -0.1em;
}
.footer {
	margin: 20px;
	display: flex;
	flex-direction: column;
	text-align: center;
}
.icon-small {
	font-size: 4em;
}
a {
	color: white;
	font-weight: bold;
	width: 100%;
	word-wrap: break-word;
}
.button a {
	font-weight: normal;
}
.button {
    border: none;
    outline: none;
    padding: 10px;
	background-color: transparent;
	color: white;
	cursor: pointer;
}
.button-redo {
	position: fixed;
	top: 15px;
	right: 15px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    transition: opacity 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-redo:hover {
    opacity: 0.8;
}

.button-redo .icon-redo {
    font-size: 1.2em;
}

.button-auto-toggle {
	position: fixed;
	top: 15px;
	right: 65px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    transition: opacity 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-auto-toggle:hover {
    opacity: 0.8;
}

.button-auto-toggle .icon-auto {
    font-size: 1.2em;
}
.rotate {
	-moz-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
	-webkit-animation: spin 0.5s infinite linear;
}
.social {
	padding-top: 20px;
	display: flex;
    flex-direction: row;
}
.privacy {
	padding-top: 10px;
}
.frame {
	width: 100%;
	padding: 50px;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@media all and (max-width: 850px) {
	.question {
		font-size: 12vw;
		max-width: 95vw;
		line-height: 1.1;
	}
	.title {
		font-size: 4vw;
	}
	.subtitle {
		font-size: 2.5vw;
		padding: 0;
	}
	.button-redo {
		width: 30px;
		height: 30px;
		top: 10px;
		right: 30px;
	}
	
	.button-redo .icon-redo {
		font-size: 0.9em;
	}
	
	.button-auto-toggle {
		width: 30px;
		height: 30px;
		top: 10px;
		right: 70px;
	}
	
	.button-auto-toggle .icon-auto {
		font-size: 0.9em;
	}
	.icon-small {
		font-size: 5vw;
	}
	.header {
		position: relative;\n\t\ttop: auto;\n\t\tleft: auto;\n\t\tright: auto;\n\t\ttext-align: center;\n\t\tmargin: 15px 10px;
	}
	.main {
		margin-top: 20px;
		padding: 0 10px;
	}
}
@media print {
  .footer {
    display: none;
  }
 .title {
    display: none;
  }
  #subtitle {
    display: none;
  }
  #button-redo
  {
    display: none;
  }
  .question-is {
    color: #000000;
  }
  #question-first {
   color: #000000;
     }
  #question-second{
   color: #000000;
     }
  .question-questionmark{
   color: #000000;
     }
  @page { margin: 0; }
  body {
    margin-top: -60px;
    margin-left: -35px;
    /* IE4-8 and 9 */
    filter: Gray();
    /* SVG version for IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
    filter: url('#grayscale'); 
    /* CSS3 filter, at the moment Webkit only. Prefix it for future implementations */
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%); /* future-proof */
  }
}
