body{
     
    text-align: center;
    background-image: url("fp.jpg");
    color:black;
}
a{
    color: gold;
    font-size: 30px;
}
h1{
    color:saddlebrown;
    padding: 35px;
    font-size:;
    text-align: left;
        }
input{
    color:red;
    width:600px;
    padding: 10px;
    background: black;
    border-color: red;
    text-align: center;
    font-size: 25px;  
}
#b:hover{
    text-decoration:underline;
    text-decoration-color: red;
    font-size: 20px;
    background: red;
     color:black;
}
button{
    background: black;
    color: yellow;
width: 85PX;
    height: 65PX;
}
label{
    color:yellow;
    font-size: 40px;
    text-align: center;
}
div{
    text-align: center;
    align-content: center;
}
