.Button.isStyled {
  display: inline-block;
  line-height: 1.1;
  text-decoration: none;
  padding: 10px 20px;
  border: #fff 1px solid;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.7); }
  .Button.isStyled svg {
    margin-right: 5px;
    margin-bottom: -2.5%; }
  .Button.isStyled:hover, .Button.isStyled:focus {
    color: rgba(0, 0, 0, 0.9);
    text-shadow: none;
    background: #fff; }

.ErrorPage--content {
  text-align: center;
  margin-bottom: 20px;
  padding: 20px;
  border: rgba(255, 255, 255, 0.2) 1px solid;
  background: rgba(0, 0, 0, 0.7); }

