﻿html, body {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #4A4A4A;
  background-color: #FAFCFE;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  margin: 0; }

.content-wrapper {
  position: relative;
  text-align: center;
  height: 80vh; }

.content {
  top: 20%;
  height: 100%;
  position: relative; }

h1 {
  font-size: 21px;
  line-height: 25px;
  font-weight: 800; }

button {
  background-color: #FAFCFE;
  border: none;
  color: #bd3600;
  padding: 10px 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  width: 150px;
  font-size: 12px;
  font-weight: 700; }

button:hover {
  background-color: #bd3600;
  color: #FAFCFE; }

p {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px; }

.flex-container {
  display: flex;
  flex-flow: row;
  justify-content: center;
  margin: 0; }

.flex-item {
  margin-top: 0px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  width: 150px;
  text-align: center;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bd3600;
  cursor: pointer; }
  .flex-item a {
    padding: 10px 15px;
    color: #bd3600;
    text-decoration: none; }
  .flex-item:hover {
    background-color: #bd3600;
    color: #fff; }
    .flex-item:hover a {
      color: #fff; }
