body, html {
    height: 100%;
    margin: 0;
    background: linear-gradient(135deg, #0c0436 0%, #0f3460 100%);
    color: white;
}

body {
    display: flex;
    justify-content: center;
}

.content {
    align-content: center;
    display: flex;
    flex-direction: column;
    margin-top: auto;
    margin-bottom: auto;
    align-items: center;
    background: #121212;
    padding: 5rem;
    border-radius: 5rem;
    border: solid #00477d;
}

.pfp {
    width: 20rem;
    height: 20rem;
    border-radius: 10px;
}

table {
    border-collapse: collapse;
    border: 2px solid rgb(140 140 140);
    font-family: sans-serif;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

caption {
    caption-side: bottom;
    padding: 10px;
    font-weight: bold;
}

th, td {
    border: 1px solid rgb(160 160 160);
    padding: 8px 10px;
}

td:last-of-type {
    text-align: center;
}