@import "root.css";

body {
  background: #f5f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.accent-line {
  height: 3px;
  background: var(--color-primary);
  width: 100%;
  max-width: 60px;
  margin: 16px auto 0;
  border-radius: 2px;
}

.logo-container {
  margin-top: 36px;
  margin-bottom: 76px;
  text-align: left;
}

.logo-image {
  max-width: 150px;
  height: auto;
  width: 20%;
  min-width: 67px;
}
