body {
    font-family: 'Outfit';font-size: 35px; /* Default Font*/
    background-color: #ffffff;
    color: #333;
}

.logo-text-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute; 
    left: 89px; /*x*/
    top: 43px; /*y*/
}

.logo-text-container img {
    margin-right: 135px; 
}
.logo-text-container h1 {
    font-family:'Outfit';font-size: 41px;
    font-weight: 700;
    position: absolute;
}

.right-frame {
    position: fixed; 
    top: 0; 
    left: 0%; /* Adjust how much of the screen is covered */
    width: 100%; /* Visible size */
    height: 100%; 
    background-color: #EEEEF0; 
    z-index: -100; 
}

button {
    position: absolute;
    left: 10px;
    top: 167px;
    padding: 6px 5px; 
    border: none;
    border-radius: 6px;
    background-color: rgba(50, 65, 86, 0.1);
    color: #222222; 
    font-family:'Outfit';font-size: 13px;
    font-weight: 600; 
    cursor: pointer; 
    outline: none; 
    transition: all 0.3s ease; /*Tween*/
}

.Text1 {
    font-family:'Lato';font-size: 40px;
    font-weight: 700;
    position: absolute;
    left: 89px; /*x*/
    top: 155px; /*y*/

}

.TOS {
    line-height: 20px;
    word-spacing: 1px;
    position: absolute;
    left: 30px; /*x*/
    top: 220px; /*y*/
    font-family:'Lato';font-size: 12px;
    font-weight: 400;
}
.Bold {
    font-family:'Lato';font-size: 13px;
    font: bold;
    font-weight: 900;
}


/*.vertical-line {
    position: fixed; 
    top: 220px;          
    left: 60%;       
    transform: translateX(-50%); /* Centers line  
    width: 1px;      
    height: 63%;   
    background-color: #000;
    z-index: 10;    
}*/

.Text2 {
    font-family:'Lato';font-size: 40px;
    font-weight: 700;
    position: absolute;
    left: 828px; /*x*/
    top: 151px; /*y*/

}

.PrivacyPolicy {
    line-height: 20px;
    word-spacing: 1px;
    position: absolute;
    left: 810px; /*x*/
    top: 220px; /*y*/
    font-family:'Lato';font-size: 12px;
    font-weight: 400;
}
