body {
  font-family: 'Arial', sans-serif;
  color: #fff;
  font-weight: 400;
  background: url('../images/background.jpg') #44a2ff;
  background-size: cover;
}

main#root {
  padding: 32px;
  text-align: center;
  min-height: 100vh;
}

.logo {
  width: 182px;
  max-width: 100%;
}

.header {
  padding: 32px 0;
}

.header__text {
  font-size: 26px;
  font-weight: 400;
}

.header__description {
  font-size: 18px;
}

.image-group {
  width: 960px;
  max-width: 100%;
  height: auto;
  margin-bottom: 32px;
}

.footer__text {
  font-size: 16px;
}

.footer__text a {
  color: #fff;
  border-bottom: 1px dotted #fff;
  padding-bottom: 1px;
  text-decoration: none;
}
