body {
    font-family: monospace;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: rgb(240,193,124);
    background: linear-gradient(145deg, rgba(240,193,124,1) 0%, rgba(203,39,58,1) 50%, rgba(22,92,115,1) 100%);
    font-size: 2.5em;
}

.money-box div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h1,h2 {
    color: white;
    font-weight: 900;
    text-shadow: 0 0 10px black;
}

button, input {
    font-family: monospace;
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;
    border-color: white;
    background-color: white;
    color: black;
    
}
::placeholder {
    text-align: center;
}