body {
    background: #188bf6;
    /* linear-gradient(135deg, #141E30, #243B55); */
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    /* background-image: url('/images/ghl-bg.jpg'); */
    background-size:unset;
    background-repeat:round;
    opacity: 1000px;
}
p{
    font-size: 17px;
     flex-wrap: wrap;
    font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;
}

.container { 
    text-align: center; 
    color: #FFF;
    justify-content: center;
    align-items: center;
} 

.dark-bg {
    background:  #141E30;
}

.light-txt {
    color: #FFF
}

.logo {
    width: 200px; /* Adjust as needed */
    height: auto; /* Maintain aspect ratio */
    background: linear-gradient(135deg, #141E30, #243B55); /* Gradient matching the background */
    -webkit-background-clip: text; /* Clip text to background gradient (Safari 3 and Chrome) */
    background-clip: text; /* Standard property for other browsers */
    -webkit-text-fill-color: transparent; /* Hide text color to reveal background gradient (Safari 3 and Chrome) */
    flex-wrap: wrap;
}

.connect-btn {
    display: inline-block;
   /*  background-color: #FF57B9; */
    background-color: #19b1f7;
    color: #FFF;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 100px;
   /*  border-radius: 5px; */
   padding: 20px 30px 20px 30px;
    cursor: pointer;
    text-decoration: none; /* Remove underline from link */
    transition: background-color 0.3s ease;
    font-family:Arial, Helvetica, sans-serif;
    flex-wrap: wrap;
    font-weight:600;
}

.connect-btn:hover {
    background-color: blue;
}
