$prefix: header;

.#{$prefix} {
  &_container {
    width: 100%;
    height: 64px;
    //background: url('../images/abstract-pattern.png') left top #3c4d62;
    background: #3c4d62;
    background-size: 400px 480px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    h2,
    h3 {
      color: white;
      font-family: Arial, sans-serif;
    }

    h3 {
      margin: 0 20px;
    }
  }
}
