body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0;
}

h1 {
  text-align: center;
  margin-top: 150px;
  margin-bottom: 90px;
}

.text-container {
  color: #f8f8f8;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 10px;
  
}

button {
  background-color: #4CAF50;
  color: white;
  border: none;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 50px;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

footer {
  color: white;
  margin-top: auto;
  text-align: center;
}

/* стилі для фона */
body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: url('sushi_shop_kush.png') no-repeat center center fixed;
  background-size: cover;
}

.logo-container img {
  float: right;
  margin-top: 10px;
  margin-right: -200px;
}
