body {
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
}

.container {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.logo {
  width: 400px;
  height: 400px;
  background-image: url("logo.png");
}

