.pdf-generation {
  color: black;
 
}




.pdfContainer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
    padding: 20px;
    background-color: black;
    border: 5px solid gold;
    border-radius: 5px;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
   text-align: center;
}


#pdfIcon, #pdfEditor,#pdfEditor2,
#colorize,#transparent,#colorFilters,
#createSelect,#webapp,
#signature,#patterns,
#signpdf,#standard {
    flex-grow: 1;
    width: 10%;
    height: auto;
    cursor: pointer;
   margin-top: 10px;
   margin-bottom: 10px;
  margin-left: 5%;
  margin-right: 5%;
}












