.u-section-1 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('images/YeetRyanGaming3.png');
  background-position: 50% 50%;
}

.u-section-1 .u-sheet-1 {
  min-height: 800px;
}

.u-section-1 .u-text-1 {
  margin: 28px auto 0;
}

.u-section-1 .u-text-2, 
.u-section-1 .u-text-3, 
.u-section-1 .u-text-4, 
.u-section-1 .u-text-5, 
.u-section-1 .u-text-6, 
.u-section-1 .u-text-7 {
  width: 826px;
  margin: 0 auto;
  text-align: center;
}

.u-section-1 .u-btn-1, 
.u-section-1 .u-btn-2, 
.u-section-1 .u-btn-3, 
.u-section-1 .u-btn-4, 
.u-section-1 .u-btn-5, 
.u-section-1 .u-btn-6 {
  background-image: none;
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 10px; /* Adjusted for 20px total space */
  margin-bottom: 10px; /* Added margin-bottom for consistent spacing */
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  border: 2px solid transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.u-section-1 .u-btn-1:hover, 
.u-section-1 .u-btn-2:hover, 
.u-section-1 .u-btn-3:hover, 
.u-section-1 .u-btn-4:hover, 
.u-section-1 .u-btn-5:hover, 
.u-section-1 .u-btn-6:hover {
  background-color: #478ac9;
  color: #fff;
}

/* Discord Link Adjustment */
.u-section-1 .u-text-7 {
  width: 826px;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px; /* Adjusted for 20px total space */
  margin-bottom: 10px; /* Added margin-bottom for consistent spacing */
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 660px;
  }

  .u-section-1 .u-text-2, 
  .u-section-1 .u-text-3, 
  .u-section-1 .u-text-4, 
  .u-section-1 .u-text-5, 
  .u-section-1 .u-text-6, 
  .u-section-1 .u-text-7 {
    margin-left: 57px;
    margin-right: 57px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 506px;
  }

  .u-section-1 .u-text-2, 
  .u-section-1 .u-text-3, 
  .u-section-1 .u-text-4, 
  .u-section-1 .u-text-5, 
  .u-section-1 .u-text-6, 
  .u-section-1 .u-text-7 {
    margin-left: 0;
    margin-right: 0;
    width: 720px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 380px;
  }

  .u-section-1 .u-text-2, 
  .u-section-1 .u-text-3, 
  .u-section-1 .u-text-4, 
  .u-section-1 .u-text-5, 
  .u-section-1 .u-text-6, 
  .u-section-1 .u-text-7 {
    width: 540px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 239px;
  }

  .u-section-1 .u-text-2, 
  .u-section-1 .u-text-3, 
  .u-section-1 .u-text-4, 
  .u-section-1 .u-text-5, 
  .u-section-1 .u-text-6, 
  .u-section-1 .u-text-7 {
    width: 340px;
  }
}
