body {
 background:black;
font-family: "Yuji Mai", serif;
  border: ridge 5px white;
  box-shadow: 5px 5px 5px white;
}
img{
  border: solid 5px lightblue;
  box-shadow: 5px 5px 5px lightblue;
}
p{
  color:lightblue;
}

h1{
  color:white;
}
a:visited{
  color:white;
  text-decoration: none;
}
a:hover{
  color:red;
  background: gray;
  font-size: 24px;
  transtion: ease-in 0.4s;
}