@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body
{
  scroll-behavior: smooth;
}
body {
        background: white;
        transition: 0.5s ease;
        background-size: 100% 100%;
        text-decoration: none;
		    font-size: 11pt;
        font-family: 'Poppins';
    }
body, h1, h2, h3, div, p, i, ul, li, a, span, img, input, button {
      
      font-weight: normal;
      margin: 0;
      padding: 0;
      text-align:left;
      font-family: 'Poppins';
    }
    a
    {
      text-decoration: none;
    }
body
{
    margin: 0px;
    padding: 0px;
/*  background: url('../img/backimg.jpg');
  background-size: 100% 100%;
  background-attachment: fixed;

*/

  }
.container
{
	position: relative;
	width: 100%;
	float: left;
	box-sizing: border-box;
  overflow: hidden;
}
.page
{
  position: relative;
  width: 1100px;
  box-sizing: border-box;
  margin: auto;
}
.page_12
{
  position: relative;
  width: 1200px;
  box-sizing: border-box;
  margin: auto;
}
.page_13
{
  position: relative;
  width: 1300px;
  box-sizing: border-box;
  margin: auto;
}


@media screen and (max-width:468px){

.page
{
  width: 100%;
  float: left;
  box-sizing: border-box;
}

}
