body{
    background-image: url("wall.jpg");
    width:100%;
    background-repeat:no-repeat;
    background-size: cover;
}
#name{
    text-align: center;
}
h1{
    text-align: center;
    text-weight: bold;
    font-family:Comic Sans MS;
    font-size:40px;
    color:orange;
}
table{
    margin-left:auto;
    margin-right:auto;
}
input.button{
    height:50px;
    width:120px;
    padding-top:10px;
    
}
input.text{
    height:30px;
    width:400px;
    border:2px solid black;
    box-shadow:5px 5px 5px #6666FF;
    font-size:20px;
    text-align:center;
}