@font-face {
   font-family: 'SF-UI-Text-Light';
    src: url("font/SF-UI-Text-Light.woff") format("woff");
 }

body{
  background: url("../images/wp_04.png") no-repeat center center;
  background-size: cover;
  font-family: 'SF-UI-Text-Light';
}

.center {
  margin: auto;
  width: 60%;
}
.main{
  position:absolute;
  top: 30%;
  bottom: 0;
  left: 0;
  right: 0;
}
.core{
  left: 45%;
  position: absolute;
}

	.text {
		font-family: 'SF-UI-Text-Light';
		font-size: 13px;
    margin-top: -10px;
	}
	.textup{
		font-family: 'SF-UI-Text-Light';
		font-size: 20px;
	}

  .bottom {
    width: 100vw;
    height: 15vh;
    background-image: url("images/home/btm_pattern_01.png");
    position:fixed;
    left: 0%;
    bottom: 0%;
  }

  #charsize{
    width: 50px;
    height: auto;
    margin-top: -25%;
    margin-left: 75%;
    margin-right: auto;
  }


	#bottomsize{

		width: 100vw;
		height: auto;

	}

	#colour{
		color: green;
	}

  #lim {
    color: white;
    font-size: 10px;
    left: 47%;
    position:fixed;
  }


  /* responsive coding */

  


  @media only screen and (max-width:768px){
    .or{
      position: absolute;
      right: 43%;
    }
}



  }
