body, body *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;

}

main{ 
   
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
}

.logo{
    width: 60%;
}
text{
    width: 40%;
}
.container{
    width: 800px;
display: flex;
justify-content: space-between;
align-items: center;

}
.text{
    flex-direction: column;
    display: flex;
    justify-content: start;
    align-items: start;
    text-align: start;
}