body {
    text-align: center;
       background: rgb(62, 73, 75);
       color: rgb(252, 253, 255);
       background-image: url("https://m.media-amazon.com/images/M/MV5BMTNjNGU4NTUtYmVjMy00YjRiLTkxMWUtNzZkMDNiYjZhNmViXkEyXkFqcGc@._V1_FMjpg_UX1000_.jpg");
       }
     img {
    height: 20%;
    width: 20%;
    }
    
    
    h1 {
     text-align: center;
     font-family: 'Courier New', Courier, monospace;
     background: rgb(106, 137, 143);
     color: rgb(217, 222, 233);
     font-weight: bold;
     font-size: 5rem;
     text-shadow: 1px 1px 1px blue;
      }
    h2 {
       text-align: center;
       font-family: 'Courier New', Courier, monospace;
       background: rgb(106, 137, 143);
       color: rgb(217, 222, 233);
       font-weight: bold;
       font-size: 2rem;
        }
      h3 {
         text-align: center;
         font-family: 'Courier New', Courier, monospace;
         background: rgb(76, 93, 104);
         color: rgb(213, 224, 248);
         font-weight: bold;
          }
    