.ttpd {
background-image: url('https://thumbs.dreamstime.com/b/low-poly-monochrome-typewriter-gray-background-low-poly-monochrome-rendering-vintage-typewriter-neutral-gray-373403437.jpg');
background-size: cover;
background-position: center;
padding: 40px;
margin: 40px auto;
max-width: 900px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.ttpd h1 {
text-align: center;
color: white;
text-shadow: 2px 2px 4px black;
}
.type {
background: rgba(255,255,255,0.8);
text-align: left;
margin: 10px;
padding: 10px 20px;
border-radius: 8px;
}
.type p {
margin: 5px;
font-size: 90%;
color: black;
text-shadow: none;
}