mulish-mainfont {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-style: normal;
}
  
* {
  font-family: Mulish;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

body{
  background-color: #ffffff;
  background-image:  linear-gradient(#edeeff 4px, transparent 4px), linear-gradient(to right, #edeeff 4px, #ffffff 4px);
  background-size: 80px 80px;
}

.bgcontainer{
  width: 100%;
  position: relative;
}

.bg{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10%;
}