body {background-image: url(https://pages.naokiluca.com/img/blue-snow.png); background-size: 100%; text-align: center; font-size: 18px;}
h1, #wrong-title {font-size: 22px; text-align: center; font-weight: bold; color: black; border: 3px solid aqua; background: white; border-radius: 11px;}
h2 {text-align: center; font-size: 18px; font-weight: bold; border: 2px outset blue; background: white; border-radius: 4px;}
ul, ol {font-size: 18px; text-align: left; background: white; border-radius: 9px; margin-left: 5%; margin-right: 5%;}
ul li {font-size: 18px; list-style-type: circle; margin-left: 5%; margin-right: 5%;}
div {font-size: 18px; text-align: left; margin-left: 5%; margin-right: 5%; background: white; border-radius: 9px;}
p {font-size: 18px; text-align: left; background: white;margin-left: 5%; margin-right: 5%;}
details {font-size: 18px; text-align: left; background: white;margin-left: 10%; margin-right: 10%;}
summary {font-size: 20px; font-weight: bold; border: 2px outset yellow; background: white; text-align: center;}
#titlepic {max-width: 100%;}
label {font-size: 18px; text-align: left; margin-left: 5%;}
input {font-size: 18px; text-align: center; width: 12em; max-width: 80%; border: 1px solid black; box-sizing: border-box; margin-left: 5%; margin-right: 5%;}
#msg {font-size: 20px; text-align: center; background: aqua; color: white; border: 1px solid white; border-radius: 5px; font-weight: bold;}