body{
  background: #000;
  /*background: linear-gradient(to top, #555555, #000000);
  background: linear-gradient(25deg, #000435, #fff); */
background-size: cover;
margin: 0; 

}@media screen and (max-width: 640px) {
  body{
    background: linear-gradient(to top, #555555, #000000);}
}



::selection
{
    background: #6caab3;
    color:#f9bcff;
}


::-moz-selection
{
    background: #6caab3;
    color: #f9bcff;
}

.border{ width: 100%;
  border-bottom: thin dotted;
    border-image: linear-gradient(to right, #00dbde 0%, #fc00ff 100%);
    border-image-slice: 1;; display: inline-block;
}
.border-2{
  border-bottom: thin dotted;
    border-image: linear-gradient(to right, #00dbde 0%, #fc00ff 100%);
    border-image-slice: 1;; display: inline-block;
}
.border-3{
  border-bottom: thin dotted;
    border-image: linear-gradient(to right, #00dbde 0%, #fc00ff 100%);
    border-image-slice: 1;
}

#pp1 h1,h3,h5,h6,p #pp2 h1,h3,h5,h6,p #pp3 h1,h3,h5,h6,p #pp4 h1,h3,h5,h6,p{
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold; 
} 



#pp1 section,#pp2 section{
  width: 560px;
  height: 450px;
  overflow: hidden;
    background-color: rgba(0, 0, 0, 0.253);
    display: inline-flex;
    border: thin dotted;
    border-image: linear-gradient(to right, #fc00ff 0%, #00dbde 100%);
    border-image-slice: 1;
    margin: 3px 0px 3px 0px;
}
@media screen and (max-width: 640px) {
  #pp1 section,#pp2 section{width: 90vw;}}

  .crea-left{
  width: 230px;
  position: relative;
  overflow: hidden;
  border-right: thin dotted;
  border-image: linear-gradient(to Top, #fc00ff , #00dbde, #fc00ff );
    border-image-slice: 1;
}
.left-img{
  width: 230px;
  height:auto;
overflow: hidden;
position: relative;
}

.crea-right{
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.crea-right>div{
  margin-top: 35%;
}


#pp1 h2,p,#pp2 h2,p{
  text-align: center;
}

.Maine{
  position: relative;
  margin-left: 5px;
  margin: 0 auto;
} 

.text {
  text-align: center;
  color: #ffffff;
  font-size: 17px;
  background-size: cover;
}

.pc_only{display: block;}
  .particle_outer{width:100%;height:100vh;position: fixed;top: 0;left: 0;z-index: -1100;overflow: hidden;}
  #particle{width:calc(100%);height:calc(100vh);position: absolute;top: 0;left: 0;
  }
  .sp_only{display:none;}
  @media only screen and (max-width: 640px){
  .sp_only{display:block!important;}
	.pc_only{display: none!important;}
	
}


#page-wrap {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
  padding-bottom:370px;
  box-sizing: border-box;
}
