@charset "utf-8";
/* CSS Document */
/*==========================
	main
===========================*/
.main {
  background-color: #0e43c8;
  width: 100%;
  height: 80vh;
  background: url("../images/main.jpg") center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
