#leftScreen {
    width: 70%;
    margin-left: 10px;
}

#rightScreen {
    width: 25%;
    position: fixed;
    right: 0;
    top: 30%;
    max-width: 25%;
    display: none;
}

#dataTable {
    width: 100%;
}

#rightLeftScreen {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}

#table td {
    margin-right: 10px;
}

#title {
    font-style: oblique;
    font-size: larger;
}

#introduction {
    font-size: large;
}