* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: ubuntu, sans-serif;
  color: #f2f2f2;
  background: #005191;
  background: linear-gradient(-60deg, #005191 0%, #154080 64%, #001036 100%);
}

a {
  text-decoration: none;
  color: #f2f2f2;
  background-color: #25075461;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
  display: flex;
  border-radius: 4px;
}

.column-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 30px;
}

.column-left img {
  width: 48px;
}

.column-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
  padding-right: 50px;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */