body{

background:black;

color:#00ffea;

font-family:Courier;

cursor:url(gifs/cursor.gif),auto;

}

.title{

text-align:center;

font-size:50px;

color:#ff00ff;

text-shadow:0 0 10px cyan;

}

.window{

position:absolute;

background:#111;

border:3px solid cyan;

width:250px;

padding:10px;

box-shadow:0 0 20px #00ffff;

}

.titlebar{

background:#ff00ff;

color:black;

padding:5px;

font-weight:bold;

cursor:move;

}

a{

color:#00ffff;

}

a:hover{

color:#ff00ff;

}

img{

max-width:100%;

}
.float{

position:fixed;

animation: float 10s infinite linear;

}

@keyframes float{

0%{top:100%}

100%{top:-200px}

}

.float{

position:fixed;

animation: float 10s infinite linear;

}

@keyframes float{

0%{top:100%}

100%{top:-200px}

}

