@font-face {
  font-family: pipboy;
  src: url(monofonto.otf);
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url('img/pb_bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-attachment: fixed;
	color: #60ac65;
	font-size: x-large;
	overflow: hidden;
}

.container {
	background-image: url('img/pb_frame.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	padding: 35px;
}
