@charset "utf-8";

@font-face {
	font-family: "digital";
    font-style: normal;
	src: url("font/digital-7mono.ttf") format("truetype");
}


body{	
	text-align: center;
	justify-content:center;
	color: white;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: lightskyblue;
	}
	
table{
	margin: auto;
	}
	
div{	

	border:2px solid black;
	border-radius: 5%;
	width:15em;
	height: 16.5em;
	margin: 0 auto;
	padding:15px;
	}
	

#num{	
	text-align:right;
	}

button{
	color:white;
	font-size:15px;
	border-radius: 5px;
	width: 2.4em;
	height: 2.5em;
	background-color:#6F6FA1;
	}

input{
	font-size:20px;
	width:10em;      
	height:1.5em;
	background-color:#93AD94;
	font-family: digital, serif;
	}

.btncolor{
	background-color:#767A83;
}
