@font-face{
	font-family: LASER;
	src: url(LASER.ttf);
}

body{
	font-family: LASER;
	background-color: black;
	color: white;


}

.miso{
	font-size: 25px;
	text-align: center;

}

.description{
	font-size:15px;
	text-align: center;

	line-height: 20px;
}

.monologue{
	font-size: 13px;
	line-height: 15px;
	text-align: center;
}

.center{
display: flex;
align-items: center;
justify-content: center;
}

a{
	color:lightseagreen;
}

img{
	width: 50%;
	height: 50%;
	padding: 30px;
}














