:root {
	--wallpaper: url("../img/wallpaper.png");
}
@font-face{
	font-family: "dogica";
    src: url("dogica.ttf");
} 
@font-face{
	font-family: "dogicabold";
    src: url("dogicabold.ttf");
} 
@font-face{
	font-family: "dogicapixel";
    src: url("dogicapixel.ttf");
} 
@font-face{
	font-family: "dogicapixelbold";
    src: url("dogicapixelbold.ttf");
} 
body{
		background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url("wallpaper.png");
}
#cabecera{
	font-family: "dogicapixel";
	font-size: 22px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #2665b4;
	text-align: center;

}
#statuscafe {
    padding: .5em;
    background-color: azure;
    border: 1px solid midnightblue;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}