.body {
  background: url("../../assets/img/bg.jpg") center / cover no-repeat;
  height: 100vh;
}

.logo {
  width: 301px;
}

@media (min-width: 768px) {
  .logo {
    width: 400px;
  }
}

.header {
  height: 100vh;
}

