html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  font-family: 'flsn';
}

.wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #222;
}

.logo {
  height: 80px;
}
