@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Gotu&display=swap');

body { background:#DDD; margin:0; padding:0; overflow-x:hidden; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

h1 { text-align:center; font-size:28px; color:#999; margin:20px 0; font-family: 'Gotu', sans-serif;}

.player { text-align:center; margin:20px auto;}

A.link { display:block; text-align:center; color:#063; }
A.footer { display:block; text-align:center; color:#888; margin:30px 0 0 0; text-decoration:none; font-size:14px; }