* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 10px 10px;
  width: 320px;
  line-height: 1.5;
}

h1 {
  font-size: 2.44rem;
  letter-spacing: 0.7em;
  color: rgba(0,0,0,0);
  padding: 0;
  margin: 0;
  height: 35px;
  width: 224px;
  background-image: url('axonce.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  cursor: default;
  user-select: none;
  margin: 1rem 0;
}