/* line 1, home/static/css/home.scss */
.star_and_text {
  height: 100vh; }

/* line 5, home/static/css/home.scss */
.star {
  line-height: 100vh; }

/* line 9, home/static/css/home.scss */
.logo_container {
  font-size: 4rem !important;
  height: 100vh; }

/* line 14, home/static/css/home.scss */
.circle_logo {
  font-size: 4rem !important; }

/* line 19, home/static/css/home.scss */
#mayday_img {
  position: fixed;
  background: url(/static/img/mayday.png?e89ec10c034f);
  background-size: contain;
  width: 100vw;
  height: 100vh; }

/* line 28, home/static/css/home.scss */
[data-theme="dark"] #mayday_img {
  filter: invert(1); }
