.main {
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.pomodoro {
    align-content: center;
    justify-items: center;
    width: 49%;
}
.chatbox{
    align-content: center;
    width: 49%;
    height: 100vh;
}