* {
    padding: 0;
    margin: 0;
}
html {
    overflow: scroll;
    overflow-x: hidden;
}

.launch-page::-webkit-scrollbar {
    display: none;
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}

.launch-page{
    position: absolute;
    display: block; 
    width: 100%;
    min-height: 100vh;
    opacity: 0;
    position: absolute;
    overflow: hidden;
    text-align: center;
    font-size: 22px;
    color: #f8f8f8;
    background-color: #212121;
    background-color: none;
    font-family: Rubik;
    overflow-x: hidden;
    overflow-y: hidden;
    top: 0;
    left: 0;
}


.launchimg {
    position: absolute;
    left: -200px;
    width: 1400px;
}

.text-container1 {
    position: relative;
    top: 6em;
    left: 7vw;
    font-size: 50px;
    line-height: 57px;
    text-align: left;
    display: flex;
    align-items: center;
    width: 322px;
    height: 200px;
}

.all-buttonwrap1 {
    position: relative;
    top: 20em;
    max-width: 83%;
    border: red 0px solid;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    vertical-align: center;
}

.button-wrap1 {
    position: relative;
    width: 100%;
    height: 65px;
    display: flex;
    background-color: #c4f275;
    border-radius: 40px;
    border:0;
    
}

.button-wrap2 {
    position: relative;
    width: 85%;
    height: 62px;
    display: flex;
    border-radius: 40px;
    border: 3px solid #eccbf6;
    background-color: transparent;
}

.login-text1 {
    position: relative;
    margin: auto;
    width: 69.5px;
    line-height: 28px;   
    font-size: 22px;
    font-family: rubik;
    font-weight: 700;
    color: #212121;
}


.signup-text1 {
    position: relative;
    margin: auto;    
    font-size: 22px;
    font-family: rubik;
    font-weight: 600;
    width: 96.6px;
    height: 28px;
    color: #eccbf6;
}


.button-wrap1:active, .button-wrap2:active {
    top: 2px;
}
