h1{
    text-align: center;
    font-size: 36px;
    padding: 5% 10% 5% 10%;
    background-color: teal;
    color: white;
    font-family: Helvetica, sans-serif;
}
p#entered{
    color: teal;
    font-size: 27px;
}
div#top{
    text-align: center;
    border: 2px solid teal;
    border-radius: 10px;
}
div#btn{    text-align: center;
    background-color: teal ;
    border-radius: 10px;
    padding: 30px;
    margin-top: 3px;
    margin-bottom: 50px;
}
p#hnm , p#dnm , p#onm , p#bnm {
    font-size: 22px;
    font-family: monospace;
    margin: 0px;
}
p#nmbrh , p#nmbrd , p#nmbro , p#nmbrb {
    font-size: 72px;
    margin: 0px;
    color: tomato;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    
}
button{
    border: none;
    color :teal;
    font-size: 85%;
    padding: 2%;
    background-color: white ;



}
footer{
    background-color: rgba(20, 20, 20, 0.808);
    color: rgb(131, 117, 117);
    font-size: 180%;
    text-align: center;
    padding: 3%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

p#btn{
    text-align: center;
    font-size: 100%;
    color: white;
    margin: 0px;
    margin-bottom: 2px;
    font-family: sans-serif;
}

p#dic{
    color: aqua;
    font-size: 90%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}