<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {box-sizing:border-box; margin:0px; padding:0px; border:none;}
* .text {font-family:"Comic Sans MS", Comic Sans, cursive, sans-serif; text-align:center; font-size:18px; color:#353535;}

a:link, a:visited, a:active {color:#F8AC23; text-decoration:none;}
a:hover {text-decoration:underline;}
.text a:link, .text a:visited, .text a:active { text-decoration:underline;}
.text  a:hover {text-decoration:none;}
body {font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;}
.a-right {text-align:right;}
.main {max-width:1024px; margin:auto; padding:0 20px; }
.flex {display:flex; flex-wrap:wrap; justify-content:center;}
.title, .text, .row {padding:20px 0px;}
.title img {display:block; margin:auto; width:90%; max-width:600px;}
.text {font-family:"Arial", Arial, cursive, sans-serif; text-align:center; font-size:18px; color:#353535;}
.big.gothic {font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif; font-size:1.5em; font-weight:bold;}
.upupa {text-align:center; position:relative; margin-top:20px;}
.upupa {width:12.5%;}
.upupa img{width:100%}
.input {width:75%; position:absolute; z-index:1000; text-align:center; top:40px; height:40px; overflow:hidden;}
.upupa img{width:100%}
.input input {font-size:30px; background:transparent; line-height:40px; text-align:center; font-family:"Comic Sans MS", Comic Sans, cursive, sans-serif;}
.submit {padding:20px 40px; color:#fff; font-size:60px; background:#F8AC23; border-radius:20px; font-weight:bold;}
.w50 {width:50%;}
.w50 img {width:70%;}
.footer {background:#343434; color:#fff; }
.footer p {text-align:center; padding:20px 0; font-size:14px;}

@media (min-width:768px) and (max-width:1023px) {
	.upupa {width:18%;}
	.w50 {width:50%;}
	}
	
@media (min-width:640px) and (max-width:767px) {
	.upupa {width:25%;}
	.submit {padding:10px 20px; color:#fff; font-size:30px; background:#F8AC23; border-radius:10px; font-weight:bold;}
	.w50 img {width:70%;}
	.w50 {width:50%;}
	}
	
@media (min-width:320px) and (max-width:639px) {
	.upupa {width:33%;}
	.submit {padding:10px 10px; margin:20px 0;color:#fff; font-size:25px; background:#F8AC23; border-radius:10px; font-weight:bold;}
	.main {width:100%; max-width:1024px; margin:auto; padding:0 20px; }
	.w50 img {width:100%;}
	.input input {font-size:32px;}
	}</pre></body></html>