.popup{
    background-color: #000;
    max-width: 500px;
    padding: 10px 20px;
    position: fixed;
    right: 0%;
    bottom: 0;
    border-radius: 8px;
    display: none;
    text-align: center;
    z-index:100;
  	filter: drop-shadow(0.2em 0.2em 0.4em rgb(0 0 0 / .8));
}
.popup button{
    display: block;
    margin:  0 0 0px auto;
    background-color: transparent;
    font-size: 30px;
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer;
	position: absolute;
    right: 3%;
}
.popup p{
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
  font-size: .95rem;
  color: #fff;
}

.popup .button.button-outline {
    color: #ffffff;
    background: #003366;
    border-color: transparent;
    padding: 1.1rem 3rem !important;
      font-size: 0.8rem !important;
    line-height: 1 !important;
}
.popup .button.button-outline:hover, .button.button-outline:active, .button.button-outline:focus {
    background: #97c93d;
        border-color: transparent;
    color: #ffffff;
}
.popup h2 {
    font-size: 3rem;
    font-weight: 600;
    color: #1cbccc;
}
@media only screen and (max-width: 600px) {
.popup p {
    text-align: justify;
    margin: 10px 0;
    line-height: 20px;
    font-size: 1rem;
}
.popup h2 {
    font-size:1.9rem;
}
.popup{
    width: 60%;
      transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}
}
@media only screen and (max-width: 850px) {
.popup{
    width: 70%;
     overflow: scroll;
    min-height: fit-content;
      transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}
}
.notification .button.button-outline {
    color: #ffffff !important;
    background: #003366 !important;
    border-color: transparent !important;
}
.notification .button.button-outline:hover, .button.button-outline:active, .button.button-outline:focus {
    background: #97c93d !important;
    border-color: transparent !important;
    color: #ffffff !important;
}
#g-header a {
        color: rgba(255, 255, 255, 1) !important;
}
.notification {
    margin: 0 auto;
    text-align: center;
}
.notification p {
    font-weight:600;
}
.notification h2 {
     font-weight: 600 !important;
    line-height: normal !important; 
    margin: 0px !important;  
}
