body{
    background:url("images/bg_home.jpg") no-repeat scroll left ;

}
.topnav{
    margin-top: 17px;
    background-color: black;
    overflow: hidden;
    width:100%;
    display: inline-flex;
}
.topnav a{
    float:right;
    color:#f2f2f2;
    text-align: right;
    padding:14px 16px;
    text-decoration: none;
    font-size: 17px; 
}   
.topnav a:hover{
    background-color: #ddd;
    color:black
}

.topnav a.active{
    background-color: #04AA6D;
    color:black;
}
body{
    font-family:'Times New Roman', Times, serif;
    background-size: cover;
    background-repeat: no-repeat;
}
#form{
    padding:5px;
    margin-top: 50px;
    background-color:rgb(0,0,0) ;
    opacity: 0.8;
    width: 600px;
    color: aliceblue ;
    font-family: 'Times New Roman', Times, serif;
}
main {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
p{
    margin-bottom: 100px;
    font-size: 50px;
    color: whitesmoke
    ;
}
#paybut{
    width:400px;
    margin-top: 60px;
    margin-bottom: 30px;
    height: 50px;
    background-color: green;
    color: white;
    font-size: 30px;
    cursor: pointer;
}
#username{
    width:400px;
    margin-top: 10px;
    height: 50px;
}
#pass{
    width:400px;
    margin-top: 10px;
    height: 50px;
}
#hp{
    font-size: 20px;
    color: aliceblue;
}
#card_number{
    width:400px;
    margin-top: 10px;
    height: 50px;
}
