body {
  margin: 0;
  background: #000000;
  color: #ffffff;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

button,
input,
select,
textarea {
  color: inherit;
}

.outer {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}

.middle {
  display: flex;
  flex: 1;
  align-items: center;
}

.inner {
  width: 400px;
  margin: 0 auto;
}

.cats {
  display: flex;
  gap: 12px;
  align-items: center;
}

.cats img {
  width: calc((100% - 24px) / 3);
  height: auto;
  display: block;
}

a {
  color: #ffffff;
}
