html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
body {
  background: white;
  font-family: 'Montserrat', sans-serif, arial;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  color: #26203D;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}

main {
  flex: 1;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.blockfirm-logo {
  width: 47px;
  height: 60px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
}
h1 {
  font-size: 52px;
  margin-left: 20px;
}

a,
a:visited {
  font-weight: 400;
  border-bottom: 1px dotted #322A51;
  text-decoration: none;
  color: #504E64;
  -webkit-transition: color 0.1s ease-out;
  -moz-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}
a:hover,
a:focus {
  outline: none;
  color: #000;
  border-bottom: 1px solid #322A51;
}
a:active {
  color: rgba(0, 0, 0, 0.8);
}

footer {
  position: absolute;
  bottom: 82px;
  left: 0;
  right: 0;
  text-align: center;
}

.copyright-text {
  display: block;
  color: white;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
}
