body {
background-color: black;
background-image: url("money.jpg");
background-repeat: no-repeat;
background-size: cover;
}
div {
background-color:rgba(0, 0, 0, 0.6);
text-align: center;
}
h1 {
color:white;
font-size: 45px;
text-shadow: 4px 3px #000000;
}

h2{
color:white;
font-size: 50px;
text-shadow: 4px 3px #000000;
}

p {
color:white;
font-size: 35px;
text-shadow: 4px 3px #000000;
}

input {
width: 100px;
font-size: 35px;
}

button{
font-size: 35px;
text-shadow: 4px 3px #000000;
box-shadow: 4px 4px #000000;
background-color: blue;
padding:10;
color:white;
border: none;
border-radius: 15px;
}