﻿h2,h3{
    text-align:center;
    color: darkgreen;
    font-weight:bold;
}

div, label{
    color: darkblue;
    margin-left: 0.5%;
}

#display{
    padding-top: 2%;
    padding-bottom:1%;
}

body{
    background-color: antiquewhite;
    font-family: Constantia;
}

#btnOK, #add{
    background-color: lightblue;
    box-shadow: 2px 2px black;
    font-weight: bold;
    padding: 5px;
    margin-left: .8%;
}

img{
    width:100px;
    height:150px;
    border:2px solid black;
    box-shadow: 2px 3px white;
    margin-left: 12%;
    display:block;
    margin-top: .3%;
    margin-bottom:.3%;
}



