
@import 
url('https://use.fontawesome.com/releases/v6.0.0/css/all.css');

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&family=Zen+Kurenaido&display=swap');


*{
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 10px;
color: #FFC800;
}

a {
color: #FFC800;
text-decoration-line: none; 
}

a:visited {
color: #FFC800;
}


@font-face { 
font-family: 'candy' ;
src: url(' https://dl.dropboxusercontent.com/scl/fi/eo1rli3hamuwr4h84u94a/Candy.tff?rlkey=4vcf1j7yy5322pkgigfuk0wmf&st=r3dy8azk&dl=0');
}


@font-face {
font-family: 'flower' ;
src: url('https://dl.dropboxusercontent.com/scl/fi/pw2s4pi10w56nazzh3fl2/flower.tff?rlkey=jlk7gact32ghuaeecjbm45h0z&st=hmpdhnb4&dl=0');
}

@font-face {
font-family: 'planet' ;
src: url('https://dl.dropboxusercontent.com/scl/fi/ dexjh76c8kapeqpmthjhf/planet.ttf?rlkey=2clii9fy7xjg5pppr7eq24vjd&st=p93q8nvg&dl=0');
}

cy {
font-family: "planet";
font-size: 100px;
} 

div.left {
text-align: left; }
div.center {
text-align: center; }
div.right {
text-align: right; }

hr { border:none; }

body {
background-color: #001e43;
}


.box {
font-size: 10px;
padding: 30px 30px;
margin: 2em;
}