 html {
        background:url(https://i.imgur.com/5MRMPVD.png)no-repeat center fixed;
          background-size:cover;
        background-blend-mode:darken;
  background-color:rgb(100, 121, 255,1.0);
       }
  h1 {
    background-color:white;
    border-style:inset;
    border-width:10px;
    border-color:cyan;
    font-family:'VT323';
  }
  
  p {
    background-color:aliceblue;
    border-style: outset;
    border-width:5px;
    border-color:darkblue;
    font-family:'VT323';
  }
  
  a {
    background-color:aliceblue;
    border-style: outset;
    border-width:5px;
    border-color:darkblue;
    font-family:'VT323';
  }