
@font-face {
  font-family: bonbon;
  src: url(https://bio-virus-online.neocities.org/Bonbon-Regular.ttf);
}

@font-face {
  font-family: hachi-pop;
  src: url("https://bio-virus-online.neocities.org/HachiMaruPop-Regular.ttf");
}

body {
 background-image: url("https://bio-virus-online.neocities.org/girl.jpg");
 background-repeat: no-repeat;
 background-size: cover;
}

#itbegins {
  color: #F6D7FA;
  font-weight:700;
  width: 300px;
  height: 200px;
  font: 32px bonbon;
  position: sticky;
  left: 200px;
  bottom: 100px;
  -webkit-text-stroke: 1px #000000;
  text-align: center;
}

#keitai {
  position: absolute;
  left: 1000px;
  top: 150px;
  font: 40px hachi-pop;
  text-align: right;
}