@charset "utf-8";
/* CSS Document */

body {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	background-color: black;
}

div {
	
width: 200px;
height: 180px;
padding: 1px 20px;
border-color: blue;
border-style: double;
border-width: 10px;
color: white;

}