body {
  background-color: black;
  color: LightSalmon;
  font-family: Courier;
  justify-content: center;
  width: 100vw;
}
h1 {
  text-align: center;
}



a:link{
  color: DeepPink;
  background-color: transparent;
  text-decoration: none;
}

a:visited{
  color: DeepPink;
  background-color: transparent;
  text-decoration: none;
}

a:hover{
  color: DeepPink;
  background-color: transparent;
  text-decoration: underline;
}

a:active{
  color: DeepPink;
  background-color: transparent;
  text-decoration: underline;
}
header{
  display: flex;
  justify-content: space-evenly;
}
centerme{
  display: flex;
  justify-content: center;
}
li{
  max-width: 30em;
  padding: 0.6em;
}
img{
  max-width: 50%;
}

blog{
  width: 50%;
  margin-left: 10%;
}