body {
  background: #780000;
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', Arial, sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
}
.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.mantra {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 48px;
    background: rgba(255, 255, 255, 0.20);
    border-radius: 10rem;
    padding: 0.2rem 1rem;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(100px);
    border: 1px solid rgba(255,255,255,0.25);
}
.contacts {
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  margin-top: 32px;
  letter-spacing: 0.5px;
  
}

.background-logo {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    z-index: 0;
    pointer-events: none;
    box-sizing: border-box;
}

.background-logo img {
    width: 2000px;
    opacity: 0.1;
    display: block;
    margin: 0 auto;
    height: auto;
    user-select: none;
}
