body {
  margin: 0;
  background-color: #fff;
}

.wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.logo {
  width: clamp(280px, 32vw, 320px);
  height: auto;
  text-align: center;
}

.logo img {
  width: 100%;
  height: auto;
}

.copyright {
  color: #000;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0px;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 50px;
}