*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    height: 100vh;
    width: 100%;
    background-image: url("https://thumbs.dreamstime.com/b/coins-financial-growth-chart-blue-background-finance-investment-concepts-coins-financial-growth-chart-blue-344575282.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;

}
#mainSubject
{
  color:white;
  text-align: center;
  font-size: 25px;
}
#main_div{
    height: auto;
    width: auto;
    padding: 20px;
    box-shadow: 0 0 10px black;
    border-radius: 10px;
    background: transparent;
    backdrop-filter: blur(10px);
}
#box{
    height: auto;
    width: auto;
    background: white;
    border-radius: inherit;
    margin-top: 10px;
    padding: 10px;
}
#title{
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.inputField{
    font-size: 16px;
    outline: none;
    border: none;
    width: 150px;
    margin-top: 10px;
}
.ctrList{
    font-size: 16px;
    width: 120px;
    border-radius: inherit;
    background-color: transparent;
    text-transform: uppercase;
    float: right;
    margin-top: 10px;
    padding-left: 5px;
    padding: 2px;
}
#btnSec{
    height: auto;
    width: auto;
    border-radius: inherit;
    margin-top: 10px;
}
.btns{
    width: 100%;
    background-color: rgb(2, 160, 84);
    font-size: 18px;
    border: none;
    padding: 5px;
    color: white;
    border-radius: inherit;
    font-weight: bold;
    margin-top: 10px;
}