body {
    font-family: 'Audiowide', 'Times New Roman', sans-serif;
    background-color: rgb(35, 35, 35);
    color: rgb(215, 215, 215);
    padding: 0 24px;
}

.pfp {
    width: 400px;
    height: auto;
}

h1,
h2 {
    color: rgb(200, 0, 0);
}

h3 {
    text-align: center;
}

table,
th,
td {
    background-color: rgb(15, 15, 15);
    border: 1px solid rgb(200, 0, 0);
}

table,
.bio {
    margin-bottom: 48px;
}

.tableTwoImage {
    width: 300px;
    height: auto;
}