
body {
   
height: 100%;
    margin: 0;}

a:link, a:visited, a:active {
    text-decoration:none;
}

@font-face {
font-family: "candy";
src: url(formato/Candy.ttf);
}

w {
font-family: candy;
    font-size: 35;
    color: dimgray;
}
   
    