body {
background-image: url('https://files.catbox.moe/b0jjqe.jpeg');
  background-size: cover;
  height: 100%;
  margin: 0;
background-repeat: no-repeat;
  background-color: #FFFAFE;

}


p {
  color: #6D6D6D;
  font-family: Optima, sans-serif;
  font-size: 12px;
  word-spacing: 5px;
}
h1 {
  color: black;
  font-family: OCR A Std, monospace;
  font-size: 20px;
  text-decoration-line: underline;
  text-decoration-color: white;  
}
::selection {
  color: black;
  background: #FFFAFE;
}

a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #FFFAFE;
  background-color: grey;
  text-decoration: underline;
  font-family: italic;

  
}
a:active {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}


.shrink img {
transition: 1s ease;
}

.shrink img:hover{
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
transition: 1s ease;
}


.background-img{

    position:absolute;
    right:10px;
    bottom: 0px ;
    opacity: 0.7;


}
