@font-face {
  font-family: 'Pixelwarden';
  src: url('Pixelwarden.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ChiKareGo';
  src: url('ChiKareGo.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body{
    background-image: url('spacegreen.gif');
}


h1{
    text-align: center;
    font-family: 'Pixelwarden';
    font-size: 100px;
    margin-top: 50px;
}

title{
    text-align: center;
    font-family: 'ChiKareGo';
    font-size: 100px;
    margin-top: 50px;
}

title2{
    font-family: 'ChiKareGo';
    font-size: 90px;
    margin-top: 50px;
}


p{
    text-align: center;
    font-family: 'ChiKareGo';
    font-size: 35px;
    margin-top: -52px;
}

p{
    text-align: center;
    font-family: 'ChiKareGo';
    font-size: 35px;
    margin-top: -52px;
}



.left-box {
    width: 50%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.right-box {
    position: relative;
    width: 50%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.cursor {
  position: absolute; 
  top: 20px;
  left: 200px;
  width: 110px;
}

.title {
    text-align: center;
    font-family: 'ChiKareGo';
    font-size: 70px;
    margin: 20px 0 30px 0;
}

.subtitle {
    text-align: center;
    font-family: 'ChiKareGo';
    font-size: 38px;
    margin: 0;

}

.links{
    margin-top: 1px;
    font-size: 20px;
}

.bluelink{
    color: #83f52c;
}


a {
    text-decoration: none; 
    color: #000000;
}

a:hover {
    text-decoration: underline;
}

.description{
    margin-top: 10px;
    margin-left: 55px;
    font-size: 15px;
    text-align: justify;
    color: #747474;
    width: 250px;

}

.description2{
    width: 300px;
    font-size: 20px;
    margin-top: 95px;
    text-align: justify;
    color: #303030;
}


.img{
    margin-top: 70px;
    margin-left: 35px;
    width: 320px;
    filter: hue-rotate(100deg);
}

.mainbox {
    width: 820px;
    height: 555px;
    border: 3px solid #000000;
    background-color: #00ff73;
    margin: 10px auto;
    margin-top: -20px;
    box-sizing: border-box;
    display: flex;
    position: relative; 
    z-index: 1; 
}

.popupbox {
    width: 800px;
    height: 500px;
    border: 3px solid #000000;
    background-color: #f3f3f3;
    margin: 10px auto;
    margin-top: 40px;
    box-sizing: border-box;
    display: flex;
    position: relative;
    z-index: 2;
}

.mainbox2 {
    width: 820px;
    height: 555px;
    border: 3px solid #000000;
    background-color: #a6a6a6;
    margin: 10px auto;
    margin-top: 40px;
    box-sizing: border-box;
    display: flex;
    position: relative; 
    z-index: 1; 
}

.popupbox2 {
    width: 800px;
    height: 500px;
    border: 3px solid #000000;
    background-color: #f3f3f3;
    margin: 10px auto;
    margin-top: 40px;
    box-sizing: border-box;
    display: flex;
    position: relative;
    z-index: 2;
}


.btn1, .btn2, .btn3 {
  position: absolute;
  color: #3b3b3b;

}

.btn1 {

  font-size: 10px;
  right: 80px;
  top: -30px;

}

.btn2 {

  font-size: 42px;
  right: 55px;
  top: -52px;
}

.btn3{
  font-size: 40px;
  right: 0px;
  top: -50px;

}



.burst {
    position:fixed;
    top: 140px;
right: 80px;
     background: #00ff73;
  width: 200px;
  height: 200px;
  clip-path: polygon(
    100% 50%, 78.98% 57.76%, 93.3% 75%, 71.21% 71.21%,
    75% 93.3%, 57.76% 78.98%, 50% 100%, 42.24% 78.98%,
    25% 93.3%, 28.79% 71.21%, 6.7% 75%, 21.02% 57.76%,
    0% 50%, 21.02% 42.24%, 6.7% 25%, 28.79% 28.79%,
    25% 6.7%, 42.24% 21.02%, 50% 0%, 57.76% 21.02%,
    75% 6.7%, 71.21% 28.79%, 93.3% 25%, 78.98% 42.24%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
    transform: rotate(10deg);
}

.burst a {
  display: block;
  font-family: "ChiKareGo", sans-serif;
  color: #000;
  font-size: 20px;
  padding: 10px;
  transform: rotate(10deg);
}