body {
  background: rgb(51, 153, 102);
}
p1 {
  
}

h1 {
  font-weight: bold;
  text-decoration: underline;
}
h5 {
  font-weight: bold;
  text-decoration: underline;
}
h3 {
  font-weight: bold;
  text-decoration: underline;
}
h4 {
  font-weight: bold;
  text-decoration: underline;
}
img{
 float: right;
  width: 200px;
  border-radius:200px;
  border-color: antiquewhite;
  border-style:double;
}

.minecraft{
  color:rgb(153, 255, 51); 
  font-family:sans-serif;
}

.terraria{
  color:rgb(51, 153, 255); 
  font-family:fantasy;
}

.home{
  color:rgb(204, 255, 255); 
  font-family: cursive;
