:root {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  background: #696b6e;
  color: #fff;
}

body {
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

header h2 {
  font-size: 2em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: .7;
}

header h2 .subtitle {
  font-size: .5em !important;
  font-weight: normal;
  line-height: .5;
  text-transform: none;
}

header h2 .header--plus {
  font-weight: normal;
}

header address {
  display: flex;
  align-items: center;
}

header address a:first-child {
  margin-right: 15px;
}

#app {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

a {
  color: #fff;
  font-style: normal;
  text-decoration: none;
}

h1 {
  margin: 0;
  font-size: 2em;
}

.intro {
  width: 100%;
  max-width: 1280px;
  text-align: center;
}

footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

footer h2 {
  margin: 0;
}

@media screen and (max-width: 768px) {
  #app {
    align-items: center;
    justify-content: flex-start;
  }

  .intro {
    margin-top: 50px;
  }

  footer {
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact__persons {
    margin-top: 15px;
  }
}

.contact__persons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact__person:first-child {
  margin-right: 30px;
}

.text-rainbow {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
