@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-regular.woff2") format("woff2"), url("../fonts/roboto-regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-bold.woff2") format("woff2"), url("../fonts/roboto-bold.woff") format("woff");
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.page {
  height: 100%;
  font-family: "Roboto", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.page__body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0;
}

.page__main {
  flex-grow: 1;
}

.page__footer {
  margin-top: auto;
}

.page-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-main__title {
  max-width: 450px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.page-main__image {
  max-width: 100%;
  height: auto;
}

.page-footer {
  padding: 0 20px;
  text-align: center;
}

.button {
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  background-color: #6c7777;
  padding: 15px 25px;
}

.button:hover {
  background-color: rgba(108, 119, 119, .7);
}

.button:focus-visible {
  box-shadow: 0 0 0 2px #000000 inset;
  outline: none;
}

.button:active {
  color: rgba(255, 255, 255, .3);
}
