*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background-image: url(./assets/top-fon.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.button {
  width: 100%;
  max-width: 320px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border: 14px solid rgb(251, 191, 63);
  color: rgb(251, 196, 1);
  font-size: 54px;
  box-shadow: 0px 2px 4px rgba(191, 196, 201, 0.2), 0px 3px 4px rgba(191, 196, 201, 0.18),
    0px 1px 5px rgba(191, 196, 201, 0.24);
  border-radius: 4px;
}

@media (max-width: 410px) {
  img {
    max-width: 340px;
  }
}
