﻿html {
	font-family: 'Google Sans', sansserif;
	font-size:14px;
	width:100%;
	font-family: "Google Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:"GRAD" 0;
}
h1,h6 { font-size: 1.6em; font-weight:400; margin:4px 0 6px 0; padding:0; font-family:"Google Sans",serif}
h2 { font-size: 1.3em; font-weight:600; margin:4px 0 6px 0; text-align:center; padding:0; font-family:"Google Sans",serif}
h3 { font-size: 1.1em; font-weight:600; margin:4px 0 6px 0; padding:0; font-family:"Google Sans",serif}
h4 { font-size: 0.9em; font-weight:600; margin:4px 0 6px 0; padding:0; font-family:"Google Sans",serif}
a { color:#d5e6f1; text-decoration:none;}
b { font-weight:400 }
body {
	background-color:#911a1e; 
	margin:0;
	padding:0;
	overflow-y:scroll;
	width:100%;
	color:#effbff;
}
#all {
	width:360px;
	margin:0 auto;
	min-height:600px;
	position:relative;

}
header{
	width:360px;
	margin:0 auto;
}
header button {
	box-shadow: none;
    border-style:none;
    padding:0;
    width:100%;
	background-color:white;
	color:red;
} 	

#all button {
	padding:5px 10px 5px 10px;
	background-color:gray;
	color:#eeeeee;
	font-weight:normal;
	font-size:large;
	min-width:250px;
	margin:10px 0;
	cursor: pointer;
	transition-duration: 0.3s;
}

#all button:hover {
	background-color:#cc0000;
	color:white;
	font-weight:bold;
}

#all button:focus {
	background-color:#cc0000;
	color:white;
	font-weight:bold;
}



.thai {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.eng {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#answers {
	position:absolute;
	bottom:0px;
	padding-top:30px;
	width:100%;
}
#answers table {
	width:100%;
	margin:0 auto;
}
#answers td {
	text-align:center;
	padding:0;
	margin:0;
	border:0;
	font-size:12px;
	width:5%;
}
#help {
	text-align:center;
}
#help table {
	margin:0 auto;
}
#help td {
	text-align:center;
	padding:3px 8px 3px 8px;
	border:0;
	font-size:15px;
	background-color:#FF8585;
}

#frage,#antwort,#final,.buttons {
	margin: 30px auto 0 auto;
	width:100%;
	text-align:center;
}

#menu {
	margin: 30px auto 0 auto;
	width:60%;
}


#frage div, #antwort div, #final div {
	font-size:28px;
	color:yellow;
}