body {
    background-color: rgb(248, 225, 18);
}
header {
    border: 7px solid rgb(0, 0, 0);
    background-color: rgb(250, 250, 250);
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
main {
//    display: flex;
}
 table {
    border: 7px solid rgb(0, 0, 0);
    background-color: rgb(128, 127, 127);
//    table-layout: fixed;
//    width: 7in;
    text-align: center;
//    position: relative;
//    left: 10.7in;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
tr {
    height: 35px;
}
th {
    border: 1px solid black;
    background-color: rgb(238, 199, 70);
    font-size: 130%;
    font-weight: bolder;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
}
td {
    border: 1px solid black;
    background-color: white;
    padding: 5px;
}
section {
    border: 5px solid rgb(0, 0, 0);
    border-top: none;
    background-color: rgb(250, 250, 250);
//    width: 2.75in;
    text-align: center;
//    position: absolute;
//    right: 5%;
//    top: 60px;
}
img {
//    border-radius: 10px;
    border-right: 5px solid rgb(0, 0, 0);
    max-width: 2.5in;
    height: auto;
    margin-right: 30px;
//    position: absolute;
//    left: 3.10in;
}
a {
    color: black;
    text-decoration: none;
}
a:hover {
    color: rgb(255, 0, 0);
}
p {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 120%;
    font-weight: bold;
//    border: 1px solid black;
    padding: 10px;
    margin-right: 20px;
}
h1 {
    position: absolute;
    left: 2.9in;
}
.won {
    background-color: rgb(253, 209, 12);
}
.lost {
    background-color: rgb(145, 145, 145);
}
#info {
    display: flex;
}