@charset "UTF-8";
/* CSS Document */
.frame {
  background:url("apcover.jpg");
  width: 1000px;
  height: 640px;
  margin: 0px auto;
}
body {background-color: #f1f0f0}

p1 {
  color: black;
  font-size: 18px; 
  position: relative;
  top: 590px;
  left: 874px;
    text-decoration-line: none;
}
.BEGIN{
  color: #ff5757;
  font-size: 80px; 
  position: relative;
   top: 673px;
  left: 370px;
   -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: black;
  text-shadow: 5px 5px 7px #ff5757;
    text-decoration-line: none;
	animation: fadeIn 6s;
}
@keyframes fadeIn {
  0% { opacity: 0; }
   50% { opacity: .65; }
  100% { opacity: 1; }
}
