body{
    height: 100vh;
}

main{
    display: flex;
    justify-content: center;
    padding: 20px;
    align-items: center;

}

.text-container{
    width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;

}