.ppolicy-fixed {
   position: fixed;
   right: 2em;
   bottom: 2em;
   z-index: 9999;
}

.privacy-policy-container {
   padding: 40px;
   background-color: #FFF;
   max-width: 32em;
   border: 2px solid rgba(0, 0, 0, 0.2);
   box-shadow: rgb(0 0 0 / 10%) 1px 2px 4px;
   border-radius: 5px;
   display: flex;
   justify-content: center;
   flex-direction: column
}

.ppolicy-text {
   font-size: 16px;
   color: black;
   text-align: justify
}

.ppolicy-text a{
   text-decoration: underline;
}

.ppolicy-button-div {
   display: flex;
   justify-content: center;
}

.ppolicy-button {
   padding: 0.5em 1.5em;
   background-color: black;
   font-size: 15px !important;
   margin-top: 15px;
   border-radius: 5px !important;
   border: 2px solid black;
   font-weight: bold;
   color: #FFF
}