* {
    margin: 0;
    padding: 0;
  }
  
  html,

body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

  body {
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
  }
  
  body {
    position:sticky;
    background: url("/images/test.png");
    background-repeat:inherit;
    background-attachment: fixed;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
	
  }


  h1{
      font-size: 35px;
      text-align:center;
      color: #fff;
      box-shadow: 3px 3px rgb(255, 217, 0);
      text-shadow: 1px 1px rgba(255, 230, 0, 0.733);
      margin-top: 1%;
      padding-bottom: 10px;
  }

  h2{
    background: -webkit-linear-gradient(90deg, #fcff9e 0%, #fdf902 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    text-align:center;
    color: #fff;
    margin-top: 1%;

  }

  h3{
    background: -webkit-linear-gradient(90deg, #fcff9e 0%, #fdf902 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    text-align:center;
    color: #fff;
    margin-top: 5%;

  }

  .text1{
      background: -webkit-linear-gradient(90deg, #fcff9e 0%, #fdf902 100%);
         -webkit-background-clip: text;
         -webkit-text-fill-color: transparent;
      font-size: 35px;
      padding-top: 20px;
      text-align: center;
  }

  .text2{
    color:#fff;
    text-align:center;
    padding-top: 10px;
  }

  .text3{
      color:#fff;
      text-align:center;
      padding-top:10px;
      font-size: 35px;
      background: -webkit-linear-gradient(90deg, #fcff9e 0%, #fdf902 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  }

  .text4{
    background: -webkit-linear-gradient(11deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%);
         -webkit-background-clip: text;
         -webkit-text-fill-color: transparent;
      color: #fff;
      text-align:center;
      padding-top: 20px;
      font-weight:bold;
     
  }
  
  .text5{
    background: -webkit-linear-gradient(11deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
 color: #fff;
 text-align:center;
 padding-top: 20px;
 font-weight:bold;
  }

  .text6{
    background: -webkit-linear-gradient(11deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
 color: #fff;
 text-align:center;
 padding-top: 15px;
 font-weight:bold;
  }

  .text7{
    padding-top: 2%;
    text-align:center;
    background: -webkit-linear-gradient(90deg, #fcff9e 0%, #fdf902 100%);
      -webkit-background-clip:text;
      -webkit-text-fill-color: transparent;

  }

  .text8{
    background: -webkit-linear-gradient(11deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
 color: #fff;
 text-align:center;
 padding-top: 15px;
 font-weight:bold;
  }

  .text9{
    background: -webkit-linear-gradient(11deg,#fcff9e 0%, #fdf902 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
 color: #fff;
 text-align:center;
 padding-top: 15px;
 font-weight:bold;
  }

  .text10{
    background: -webkit-linear-gradient(11deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
 color: #fff;
 text-align:center;
 padding-top: 15px;
 padding-bottom: 20px;
 font-weight:bold;
  }

  .icon-button {
	
	border-radius: 3.6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 2.0rem;
	height: 3.6rem;
	line-height: 3.6rem;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 3.6rem;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 3.6rem;
	margin: -1.8rem;
}
.twitter span {
	background-color: #4099ff;
}
.facebook span {
	background-color: #3B5998;
}
.google-plus span {
	background-color: #db5a3c;
}

.copyright span {
	background-color: #ff2f00;
}

/* Icons */
.icon-button i {
	background: none;
	color: white;
	height: 3.6rem;
	left: 0;
	line-height: 3.6rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 3.6rem;
	z-index: 10;
}
.icon-button .icon-twitter {
	color: #4099ff;
}
.icon-button .icon-facebook {
	color: #3B5998;
}
.icon-button .icon-google-plus {
	color: #db5a3c;
}

.icon-button .icon-copyright {
	color: #ff2f00;
}

.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus {
	color: white;
}

