﻿.LeftSession {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    color: black;
    font-size: 2rem;
}

.NotStarted {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    color: black;
    font-size: 2rem;
}

.meeting-link {
    color: blue;
    text-decoration: none;
}

.notStarted_text {
    text-align: center;
}