* {
    margin: 0px;
    padding: 0px;
}
body {
	background-color: white;
	position: relative;
	min-height: 100%;
}
.container {
    width: 800px;
    height: 100%;
	height: auto;
	padding-top:100px;
}
.pnbg {
    width: 100%;
	color: #000000;
	font-family: 'Press Start 2P', cursive;
	font-size: 25px;
	text-align: left;
	margin-bottom: 10px;
}
block {
	background-color: #ffffff;
	transition: background-color 2s ease;
	border-radius: 25px;
	font-family: 'Press Start 2P', cursive;
	position:relative;
	top: 3px;
}
.date {
	width: 100%;
	background-color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	color: #000000;
	line-height: 20px;
	margin-bottom: 40px;
	font-family: 'Rubik', sans-serif;
}
.desc {
	width: 100%;
	font-family: 'Rubik', sans-serif;
	font-size: 30px;
	text-align: left;
	color: #000000;
	margin-bottom: 40px;
}
.content {
	position:relative;
	width: 100%;
	font-family: serif;
	font-size: 18px;
	text-align: left;
	color: #333;
	text-align: justify;
	letter-spacing: 0.5px;
	line-height: 1.7;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 70px;
}
.pfoot {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 18px;
	background: linear-gradient(271deg, #fea3aa, #f8b88b, #faf884, #baed91, #b2cefe, #f2a2e8, #fea3aa, #f8b88b, #faf884, #baed91, #b2cefe, #f2a2e8);
	background-size: 200% 200%;
	-webkit-animation: rb 10s ease-in-out infinite;
	-moz-animation: rb 10s ease-in-out infinite;
	animation: rb 10s ease-in-out infinite;
}
.nav {
	text-align: left;
	width: 100%;
    font-size: 20px;
	color: #000000;
	font-family: 'Press Start 2P', cursive;
	padding-bottom: 100px;
}

a:link {
	text-decoration: none;
	color: #131313;
	background-color: #D1D1D1;
}
a:visited {
	text-decoration: none;
	color: #131313;
	background-color: #D1D1D1;
}
a:hover {
	text-decoration: none;
	color: #131313;
	background-color: #D1D1D1;
}
a:active {
	text-decoration: none;
	color: #131313;
	background-color: #D1D1D1;
}


@-webkit-keyframes rb {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
@-moz-keyframes rb {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
@keyframes rb { 
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
::selection {
  background: #2ee8bf;
}