.background {
  background-image: url("../img/bg.svg");
  background-color: #edeef3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body {
  font-family: "Montserrat", sans-serif !important;
}
