.center {
  display: flex;
  margin: auto;
  }

.body {
  background-image: url("images/SymtechSunBG.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}  