body {
  margin: 0;
  padding: 0;
  height: 100vh;
  background-color: #efefef;
  background: url('../Images/bg_blue.png');
  background-position: center;
  background-repeat: repeat;
}
