@font-face {
	font-family: aileron;
	src: url(aileron_regular.otf);
}
body {
	text-align: center;
	font-family: aileron;
	background-image: url('bg.jpg');
	font-size: 20px;
}
a {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
button {
	font-size: 20px;
	font-family: aileron;
}
details > summary {
  list-style: none;
}
h1 {
	color: red;
	font-weight: bold
}
option {
	font-weight: bold;
	font-size: 20px;
}

.white {
	color: white;
}