a{
    		color: #292a51;
    	}
    	.nav-one{
    		color: black;
    		text-decoration: none;
    		padding: 1em;
    		font-size: 15px;
    		font-weight:bolder ;
    	}
    	.nav-one:hover{
    		background-color: #292a51;
    		color: #ffffff;
    		text-decoration: none;
    		height: 60px;
    	}
        .wat{
      width: 40px;
      height: 40px;
      position: fixed;
      float: right;
      right: 15px;
      margin-top: 400px;
      z-index: 100;
     }

      *,
*:before,
*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.popup{
    background-color: #ffffff;
    width: 350px;
    padding: 30px 40px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 60%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    display: none; 
    text-align: center;
}
.popup button{
    display: block;
    margin:  0 0 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #ffffff;
    background: #03549a;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup h2{
  margin-top: -20px;
}
.popup p{
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
}
#a{
    display: block;
    width: 150px;
    position: relative;
    margin: 10px auto;
    text-align: center;
    background-color: #0f72e5;
    border-radius: 20px;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 0;
}