* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 20px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-box {
  width: 100%;
  height: 100%;
  background-color: #763AF8;
  background-image: url("./images/dot-pattern.svg");
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.logo {
  max-width: 20%;
  max-height: 20%;
}
