@font-face {                                                                                                                                             
     font-family: 'Mom\'s Typewriter';
     src: url('../fonts/MomsTypewriter.eot');
     src: url('../fonts/MomsTypewriter.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MomsTypewriter.woff2') format('woff2'),
        url('../fonts/MomsTypewriter.woff') format('woff'),
        url('../fonts/MomsTypewriter.svg#MomsTypewriter') format('svg'),
   	url('../fonts/MomsTypewriter.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}

body {
	background-color: black;
}

.container {
	margin: auto;
	padding: 15% 0;
	width: 50%;
}

.container:before {
	content: ' ';
  	display: block;
  	left: 0;
  	top: 0;
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	opacity: 0.1;
  	background-image: url('../images/lain.png');
  	background-repeat: no-repeat;
  	background-position: center;
	background-attachment: fixed;
}

.block {
	text-decoration: none;
	font-family: 'Mom\'s Typewriter';
	color: white;
	text-align: center;
	padding: 1em;
}

.input {
}

.userinput {
	outline: none;
	width: 100%;
	box-sizing: border-box;
	border: none;
	background-color: rgba(0,0,0,0);
	text-decoration: none;
	color: white;
	position: relative;
	text-align: center;
	font-family: 'Mom\'s Typewriter';
}
