body {
  background-color: #54adff;
  background-image: linear-gradient(to bottom, #54adff, #418ee6);
  background-size: cover;
  background-repeat: repeat-x;
  color: #ffffff;
  height: 100vh;
  overflow-x:hidden;
  overflow-x: clip;
}


.lu-main {
  width: 1400px;
  margin-inline: auto;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.left-col {
  width: 619px;
}

.lu-logo {
  display: flex;
  justify-content: center;
  margin-block-end: 40px;
}

.lu-logo img {
  width: 144px;
  height: 144px;
  border-radius: 20px;
  border: 4px solid #fff;
  background-color: #1078e7;
  box-sizing: border-box;
}



.lu-title {
  display: flex;
  justify-content: center;
}

.lu-description {
  font-size: 23px;
  text-align: center;
  line-height: 1.2173913043;
  margin-block-start: 20px;
}


.right-col {
  flex: 1;
  position: relative;
}

.right-col img {
  position: relative;
  right: -69px;
}

.lu-buttons {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-block-start: 20px;
}

.lu-buttons a {
  border-radius: 12px;
  background-color: #fff;
  width: 221px;
  height: 69px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #333;
  gap: 8px;
}