table
{
    margin-top: 20px;
    border: 2px solid black;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: 'Times New Roman';

}

th
{
    text-align: center;
    font-family: 'Times New Roman';
    font-size: 25px;
    font-weight: bolder;
    border: 1px solid black;
    padding: 20px;
}

td
{
    text-align: center;
    font-family: 'Times New Roman';
    font-size: 20px;
    font-weight: bolder;
    font-style: italic;
    border: 1px solid black;
    padding: 20px;
}

tr
{
    text-align: center;
    border: 1px solid black;

}


body
{
    background: linear-gradient(to right, #ffffff 0%, #f6ff00 100%);

}

h1
{
    text-align: center;
    font-size: 3em;
}

#back
{
    font-size: 20px;
    font-family: "Comic Sans MS";

    display: inline-block;
    text-align: left;

    transition: transform 0.3s ease;
}

#back:hover
{
    transform: scale(1.1);
}