/* CSS stuff for my contact me page */

body{
  background-image: url("https://files.catbox.moe/fcpq37.jpg");
  background-repeat: no-repeat;
   background-size: 100% 100%;
   background-position: center;
   background-attachment: fixed;
}