body {
    background-color: black;
    padding-top: 30px;
}

#AppName {
    color: whitesmoke;
    font-family: Arial, sans-serif;
    font-size: 35px;
    font-weight: bold;
    margin-top: 15px;

    text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}

.AppVersion {
    font-size: 15px;
    text-shadow: none;
}

p {
    color: rgba(0, 0, 0, 0.699);
    font-weight: bold;
    
}

#AppBody {  

    width: 350px;
    height: 500px;
    background-color: rgb(13, 148, 74);
    margin: 5px auto;
    font-size: 20px;
    text-align: center;
    border: 4px solid  rgb(7, 100, 49);
    box-shadow: 0px 0px 50px whitesmoke;

}

#birthdate {
    height: 30px;
    width: 180px;
    font-size: 18px;
    padding-left: 10px;
    margin-left: 0px;
}

#text01{
    margin-left: 15px;
}

#birthdate:hover {
    background-color: rgb(9, 221, 97);
    cursor: pointer;
}
#currentdate {
    height: 30px;
    width: 180px;
    font-size: 18px;
    margin-right: 10px;
    padding-left: 10px;
}

#currentdate:hover {
    background-color: rgba(19, 19, 250, 0.842);
    color: white;
    cursor: pointer;
}

#CalButton {

	box-shadow: 3px 4px 0px 0px #1564ad;
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);
	background-color:#0c80f3;
	border-radius:10px;
	border:1px solid #337bc4;	
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:10px 30px;	
	text-shadow:0px 1px 0px #528ecc;

}

#CalButton:hover{
   	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff',GradientType=0);
	background-color:#378de5;
}

#showAge {
    color: white;        
    font-size: 22px;
    font-weight: bold;
    text-align: center;   
    border: 1px solid black;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;

    background: #0c80f3;
    border-radius: 50px;

}

#maker{
    cursor: pointer;
    background-color: greenyellow;    
    border-radius: 10px;
    
}

#ShowTheMaker {
color: black;
font-size: 12px;
margin-top: 0px;
font-weight: normal;

}

.article {
    padding: 5% 20% 1%;
}

.article p {
    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight:normal;

}

