:root {
  --border-color: #24333e;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  color: #333333;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

.container {
  max-width: 700px;
  padding: 20px;
}

.brand-logo {
  max-height: 50px;
  height: 50px;
  width: 50px;
  border-radius: 10px;
  border: var(--border-color) dashed 1px;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 600;
  color: #000000;
}

p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #666666;
  margin-bottom: 20px;
}

a {
  color: #0070f3;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.2s ease;
}

a:hover {
  border-bottom: 1px solid #0070f3;
}

.links {
  margin-top: 20px;
}

.links a {
  margin: 0 10px;
  font-size: 0.9rem;
  color: #666666;
}

.links a:hover {
  color: #0070f3;
}

.header {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
}

.footer {
  margin-top: 30px;
  font-size: 0.8rem;
  color: #999999;
}

.footer a {
  color: #999999;
}

.footer a:hover {
  color: #0070f3;
}

.title-container {
  font-size: 20pt;
}
