body{
background-image: url(../image/anime-gif.gif);
background-size: cover;
}

h1{
  text-align: center;
}

.head1{
  font-size: 50px;
  font-family: sans-serif;
  font-weight: bold;
  color: #e63051;
  text-shadow: -1px 1px #ffffff;
}

.head2{
  font-size: 50px;
  font-family: sans-serif;
  font-weight: bold;
  color: #ffffff;
  text-shadow: -1px 1px #e63051;
}

.tb1{
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
}

/*---------------------
  Image
-----------------------*/

.imgzerotwo{
  height: 420px;
  width: 280px;
  border: 1px solid #a14343;
}

.imgnagatoro{
  height: 420px;
  width: 280px;
  border: 1px solid #4c75ba;
}

.imgrias{
  height: 420px;
  width: 280px;
  border: 1px solid #b31b1b;
}

/*---------------------
  Text
-----------------------*/

.txtzerotwo{
  color: #fab1e5;
  font-size: 25px;
  font-style: lucida, italic;
  text-align: center;
  background-color: #a14343;
}

.txtnagatoro{
  color: #ffffff;
  font-size: 25px;
  font-style: lucida, italic;
  text-align: center;
  background-color: #4c75ba;
}

.txtrias{
  color: #dedede;
  font-size: 25px;
  font-style: lucida, italic;
  text-align: center;
  background-color: #b31b1b;
}

/*---------------------
  Footer
-----------------------*/

.footer {
	background: #070720;
	padding-top: 1px;
	padding-bottom: 2px;
	position: relative;
	width: 100%;
}

.footer__nav {
	text-align: center;
}

.footer__nav ul li {
	list-style: none;
	display: inline-block;
	position: relative;
	margin-right: 40px;
}

.footer__nav ul li a {
	font-size: 15px;
	color: #b7b7b7;
	display: block;
	font-weight: 700;
}
