

header{text-align: center;}

h3{color:#cccccc;}


section{
    text-align: center;
    padding: 5px;    
    border-color:#cccccc;
    border-style: double;
    margin:auto;
    width: 30%;
    text-align: center;
    background-color: black;
    
}
button{
font-size: 1em;
background-color: #cccccc;
border-bottom-color:#7f7f7f;
height: 30px;
width: 60px;
-moz-box-shadow: rgb(150,150,150) 5px 5px;
-webkit-box-shadow: rgb(150,150,150) 5px 5px;
box-shadow: rgb(150,150,150) 5px 5px 5px;
    
}

#display{
font-size: 1.5em;
text-align: right;
border:gray;
border-style:double; 
padding-right: 1.5%;
height: 50px;
width: 250px;
-moz-box-shadow: rgb(150,150,150) 5px 5px;
-webkit-box-shadow: rgb(150,150,150) 5px 5px;
box-shadow: rgb(150,150,150) 5px 5px 5px;
}