#template-standart-2 {
  max-width: 900px;
  margin: 0 auto;
}

#template-standart-2 .link-bio-preview {
  background-color: #ffffff;
}

#template-standart-2 .top-container {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #000000; /* Example background color */
  height: 250px; /* Adjust the height as needed */
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23000000" fill-opacity="1" d="M0,256L60,234.7C120,213,240,171,360,154.7C480,139,600,149,720,165.3C840,181,960,203,1080,197.3C1200,192,1320,160,1380,144L1440,128L1440,0L1380,0C1320,0,1200,0,1080,0C960,0,840,0,720,0C600,0,480,0,360,0C240,0,120,0,60,0L0,0Z"></path></svg>') no-repeat center top;
  background-size: cover;
  z-index: 1;
}

#template-standart-2 .profile-section .avatar {
  width: 150px !important;
  height: 150px !important;
}

#template-standart-2 .profile-section {
  order: 1;
  z-index: 1;
  text-shadow: 
    0px 0px 5px rgba(255, 255, 255, 0.8),
    0px 0px 10px rgba(255, 255, 255, 0.6),
    0px 0px 15px rgba(255, 255, 255, 0.4);
}

#template-standart-2 .text {
  text-shadow: 
    0px 0px 5px rgba(255, 255, 255, 0.8),
    0px 0px 10px rgba(255, 255, 255, 0.6),
    0px 0px 15px rgba(255, 255, 255, 0.4);
}

#template-standart-2 .button-container {
  order: 2;
  z-index: 1;
}

#template-standart-2 .icon-grid {
  order: 3;
}

#template-standart-2 .link-bio-footer {
  order: 4;
}

#template-standart-2 .profile-section span {
  border: 6px solid #000000 !important;
  box-shadow:
    rgba(0, 0, 0, 0.09) 0px 2px 1px,
    rgba(0, 0, 0, 0.09) 0px 4px 2px,
    rgba(0, 0, 0, 0.09) 0px 8px 4px,
    rgba(0, 0, 0, 0.09) 0px 16px 8px,
    rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

#template-standart-2 .profile-info,
#template-standart-2 .text,
#template-standart-2 .link-bio-footer {
  color: #000000 !important;
}

#template-standart-2 .divider {
  border-color: #000000 !important;
}

#template-standart-2 .icon-grid button {
  color: #000000 !important;
  background-color: transparent !important;
  border: none !important;
}

#template-standart-2 .icon-grid button {
  transition: all 0.3s;
  transform: scale(1.3);
}

#template-standart-2 .icon-grid button:hover {
  transform: scale(1.6);
}

#template-standart-2 .button {
  border: 1px solid transparent !important;
  background-color: #000000 !important;
  color: #ffffff !important;
  transition: all 0.3s;
  border-radius: 0 !important;
  box-shadow:
    rgba(0, 0, 0, 0.09) 0px 2px 1px,
    rgba(0, 0, 0, 0.09) 0px 4px 2px,
    rgba(0, 0, 0, 0.09) 0px 8px 4px,
    rgba(0, 0, 0, 0.09) 0px 16px 8px,
    rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

#template-standart-2 .card {
  transition: all 0.3s;
  box-shadow:
    rgba(0, 0, 0, 0.09) 0px 2px 1px,
    rgba(0, 0, 0, 0.09) 0px 4px 2px,
    rgba(0, 0, 0, 0.09) 0px 8px 4px,
    rgba(0, 0, 0, 0.09) 0px 16px 8px,
    rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

#template-standart-2 .card:hover,
#template-standart-2 .button:hover {
  transform: translateY(3px);
  box-shadow: none;
}

#template-standart-2 .link-bio-footer {
  color: #000000 !important;
}