h1 {
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
}
table {
    outline-color: #ffcdc64d;  
    outline-style: solid;
    outline-width: 0.4375vw;
}
table, th, td {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.7vw;
    border: 0.125vw solid #000000;
    border-collapse: collapse;
    margin: 1.875vw 3.75vw; 
    padding: 0.625vw;
    text-align: center;
}
tr:nth-child(odd) {
    background-color: #ffcdc693;
    color: #ffffff;
}
tr:nth-child(even) {
    background-color: #00000067;
    color: #ffffff;
}
th {
    background-color: #ffcec6d2;
    color: #000000;
}
#lorem {
    width: 70%;
    height: 150px;
    margin: 50px auto;
    padding: 5px;
    border: 1px solid gray;
    overflow-y: scroll;
}