@import url("https://fonts.googleapis.com/css?family=Blinker&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Blinker', sans-serif;
}

body {
  min-height: 110vh;
  background-image: url("https://u.kanobu.ru/editor/images/50/4b94b79c-b7ff-4214-89be-c15365ec138b.jpg");
  background-attachment: fixed;
}

header {
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  background: #263041;
  color: #f0f0f0;
}

header .logo {
  font-size: 40px;
  height: 60px;
  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;
}

header .logo i {
  margin-right: 15px;
}
/*# sourceMappingURL=style.css.map */