*,
*:before,
*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.popup{
    background-color: white;
    border-style: solid;
    width: 80%;
    padding: 30px 40px;
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    display: block;
    text-align: center;
     z-index: 2;
}

.popup button{
    display: block;
    margin:  0 0 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup p{
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
}
am{
    display: block;
    width: 150px;
    position: relative;
    margin: 10px auto;
    text-align: center;
   
    color: #ffffff;
    text-decoration: none;
    padding: 5px 0;
}
.container1 {
  position: relative; /* Important for z-index to work */
}
