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

.wrapper .logo {
  display: flex;
  justify-content: center;
}

.a-section {
  display: flex;
  justify-content: flex-end;
}