﻿* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

#wrapper {
  max-width: 295px;
  margin: 16px auto;
  border: 1px solid #000;
  padding: 16px 16px 11px;
  background: #fff url(background.jpg) no-repeat;
  overflow: hidden;
}

footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.web {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  flex: 1 1 0;
  padding: 6px 0 0;
}

.web p {
  flex: 1 1 0;
  line-height: 1;
}

h1 {
  margin: 132px 0 0;
  font-size: 27px;
  line-height: 31px;
  font-weight: 700;
}

h2 {
  margin: 4px 0 16px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

a {
  color: #fff;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}