body {
  background-image: url(Minecraft-img.png) ;
  background-size:cover;
}
p {
  color: white;
  font-size: 20px;
}
h1 {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
}
h2 {
  color: white;
  font-size: 30px;
}
a:link{
  color: chartreuse;
}
h3{
  color: white;
  text-decoration: underline;
}
h5{

  display: inline
}
img {
  padding: inherit;
  margin:auto;

  display: block;
}
a {text-decoration: none; }
a:visited {
  color: chartreuse;
}
h5{
  font-size: 25px
}
a:hover{
  color: #6ace06
}