.guest-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 47px;
  width: 100%;
  height: 100%;
}
.guest-page .header {
  height: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.guest-page .header .top-line {
  position: absolute;
  width: 100%;
  height: 6px;
  background: #040518;
}
.logo {
  margin-top: 30px;
}
body {
  height: 100vh;
  margin: 0;
  padding: 0;
}
