<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>velbettgroup new document title</title>
</head>
<body>
<p><!-- *{margin: 0; padding: 0} @keyframes autopopup {     from {opacity: 0;margin-top:-200px;}      to {opacity: 1;} }  #close {     background-color: rgba(64, 68, 65, 0.5);      position: fixed;     top:0;     left:0;     right:0;      bottom:0;     animation:autopopup 1.5s; }  #close:target {     -webkit-transition:all 1s;     -moz-transition:all 1s;     transition:all 1s;      opacity: 0;     visibility: hidden; }   @media (min-width: 400px){      .container-popup {         width:30%;     } }  @media (max-width: 400px){     .container-popup {         width:20%;     } }  .container-popup {     position: relative;     margin: 5% auto;     padding: 4px 3px;      background-color: #99ccff; 	text-align: center; 	font-size: 20px; 	 padding: 30px;     color: #333;     border-radius: 12px; 	width: 500px; 	 height: 400px; 	font-family: Calibri, "times new roman", sans-serif; }  .container-popup img {     width: 300px }  .close {     position: absolute;     top:3px;     right:3px;     background-color: #ff3300;     padding:10px 10px;      font-size: 15px; 	 border-radius: 8px;      text-decoration: none;     line-height: 1;      color:#fff; } --></p>
</body>
</html>