﻿*{
  --primary: #e0e0e0;
  --secondary: #14264c;
  --tertiary: #F56200;

  --primaryinv: #1f1f1f;
  --secondaryinv: #F56200;
  --tertiaryinv: #14264c;

  background-color: var(--secondary);
}

body{
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  flex: 1;
  flex: 0 1 auto;
  align-self: center;
  justify-content: center;
}

.main-box{
  color: var(--primary);
  font-family: "aktiv-grotesk", "Helvetica", Arial, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main-text{
  text-align: center;
}

.sub-text{
  text-align: center;
  margin-top: 0px;
}

.bottom-logo{
  display: flex;
  align-self: flex-end;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 0;
  margin-left: 0px;
  margin-bottom: 0px;
}

.logo-image{
  align-self: flex-start;
  height: 100px;
  position: fixed;
  left: 0px;
  bottom: 0px;
  margin: 30px;
}
