body{
    background-image: url(neon2.jpg);
    background-size:cover;
    text-align: center;
    color: aliceblue;
}
label{
    color:aqua;
    font-size: 40px;
    font-weight: bolder;
}
input{
    color:floralwhite;
    font-weight: bolder;
    font-size: 25px;
    text-decoration: none;
    background: none;
    text-align: center;
    border-color: cyan;
    border-radius: 80px;
}
button{
    font-size: 50px;
    border-radius: 15px;
     background: none;
    color:lawngreen;
    border-color: lightgreen;
    font-weight: bolder;
}