﻿body
{
    background-color:#b7d6e7;
}
h1
{
text-align:center;
color:#3410ea;
}
#beg1
{
   margin: 0px auto;
}
input[type=number] 
{
    background-color: aquamarine;
    width: 100px;
    height: 80px;
    border-color:aqua;
    border-style:solid;
    border-radius:10px;
    color:darkcyan;
font-size:24px;
}
input[type=text]
{
    border: 5px solid;
    width: 150px;
    height: 60px;
    border-bottom-color: mediumvioletred;
    border-top-color: mediumvioletred;
    background-color:antiquewhite;
    color:#3410ea;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size:30px;
}
input[type=button]
{
    color:forestgreen;
    font-size:20px;
    background-color:aquamarine;
    border-radius:30%;
    border-width:3px;
    border-color:brown;
    width:90px;
    height: 90px;
    cursor:pointer;
}
 input:hover[type=button] 
{
    background-color: greenyellow;
}
/*török ágnes csenger útravaló
 706136394
     */
