head {
    display: none
    }
    
    html {
    font-size: 10px;
    scroll-behavior: smooth;
    }
 
    body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    color: #333;
    margin: 0;
    scroll-behavior: smooth;
    }
    
    .canvas {
     width: auto;
     height: auto;
     background-color: #28f528;
     text-align: center;
     margin: 20px 5px;
     border-radius: 9px;
     }
    
    .image {
      text-align: center;
      background-color: rgb(113, 245, 122);
      max-width: 100%;
      height: auto;
      display: block;
      margin: 15px 0px 15px 0px;
    }
    
    .img-caption {
      display: block;
    }
    
    #img-div {
      background-color: #28f528;
      padding: 10px;
      margin: 20px auto;
    }
    
    h2 {
      text-align: center;
    }

    main {
      margin: 30px 8px;
      padding: 15px;
      border-radius: 5px;
      background: #eee;
     }

     .life {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      padding: 20px;
      max-width: 500px;
      text-align: left;
     }
    
     .prime {
      margin-top: 30px;
      text-align: center;
     }

    .tribute-info {
      justify-content: center;
      text-align: left;
    }
  
 