@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif;
}


#homeback{
    
    
}

#split{
    display: flex;
}

.profile{
    background-color: #7d89e19a/* Adjust the color codes for your preferred shades of blu/* Adjust the color codes for your preferred shades of blue */;
    height: 100vh;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-info{
    width: 65%;
    height: 100vh;
    margin: auto;
    padding: 30px 0px;
}