.popup a {
  text-decoration: none;
  
}
.popup-onload {
  width: 250px;
  margin: 0 auto;
  position: fixed;
  z-index: 10;
}
.popup {

	width: 40 px;
	min-height: 200px;
	margin: 10px auto;

	position: relative;
	right:auto;
	z-index: 0;
	padding: 15px 5px;
 margin-top:400px;
  right: -83vw;

}
.popup p {
  color: #fff;
  /* text-align: justify; */
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
}
.popup p a {
  color: #b18d73;
  font-weight: 400;
}
.x {
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  text-decoration: none;
  margin-top:400px;
  padding-left:30px;
  right: -115px;
  top: -1px;
}
.x:hover {
  cursor: pointer;
}

.popup-wrapper {
  width: 100 px;
  height: 100 px;
  background-color: #efefef;

  color: #b18d73;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  text-align: center;
}

body {
  margin: 0;
  padding: 0;
}
