* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #121212; /* Тёмный фон */
  color: white;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  text-align: center;
}

.header img {
  display: block;
  max-width: 100%;
  height: auto;
}

.content {
	padding: 20px;
	font-size: x-large;
}

.button-container {
  margin-top: 20px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffcc00;
  color: black;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.btn:hover {
  transform: scale(1.05);
}

.footer {
  margin-top: 20px;
}

.footer span,
.footer a {
  color: white;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}.content p {
	font-size: large;
}
.content p {
	text-align: justify;
}
.content p {
	font-size: large;
}
body p {
	font-size: x-large;
}
body p {
	font-size: xx-large;
}
.content p {
	font-size: x-large;
}
