.Loan_calcualtor{
    width: 400px;
    height: 550px;
    background-color: black;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 20px 0px 0px 100px;
    border-radius: 10px;
    color: white;
 }
 p{
    /* color: white; */
    font-size: 25px;
    /* font-family: sans-serif; */
 }
 /* h1{
    color: royalblue;
 } */
 input{
    height: 33px;
    width: 70%;
    background-color: green;
    font-size: 20px;
    color: white;
    padding: 7px;
 }
 #calculate_op{
    color: white;
    font-size: 20px;
    width: 100px;
    align-content: center;
    margin-left:100px;
    cursor: pointer;
 }