*{
  margin:0;
  padding:0;
}
.container{
  width:90%;
  margin:0 auto;
}
.navbar{
  width:100%;
  overflow:hidden;
  height:70px;
  line-height:70px;
  background:#fff;
/*   border-bottom:2px solid green; */
}
.logo{
  width:125px;
  float:left;
  /*margin-top: 28px;*/
}

.menu{
  float:right;
}
.menu li{
  float:left;
  width:120px;
  height:70px;
  line-height:70px;
  text-align:center;
  list-style:none;
}
.menu li a{
  color:#000;
  text-decoration:none;
  font-family:calibri;
  display:block; 
}
.menu li:hover{
  background:lightpink;
}

/* nav */

h1{
font-family: Thasadith;
	font-weight: 700;
	font-size: 36p;
}

.button {
	font-family: Thasadith;
	font-weight: 700;
	font-size: 12p;
	background-color: aliceblue;
}

body {
	background-color: #fff5fd;
}