body {
margin: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
font-family: monospace;
text-shadow: #333 0 0 0.4em;
}

.ji {
font-size: 30vw;
}

.txt {
font-size: 10vw;
color: #333;
}

.frm {
border: none;
border-radius: 1rem;
padding: 20px;
width: fit-content;
box-shadow: inset 5px 5px 10px rgba(0,0,0,0.2),
inset -5px -5px 10px rgba(255,255,255,0.5);
display: flex;
justify-content: center;
align-items: center;
background: rgba(240,240,240,0.53);
}

body{
background-image: linear-gradient(white, lightgrey);
}