img.pfp {
    width: 40px;
    height: 40px;
    border-color: darkblue;
    border-radius: 100%;
    border-style: solid;
    border-width: 2px;
}

td.pfp {
    text-align: right;
    margin-right: 20px;
}

td.playername {
    padding: 0;
    text-align: left;
}

td.top_fifteen,tr.top_fifteen {
    font-size: larger;
}

a.bold-link {
    font-weight: normal;
    text-decoration: none;
}

a.bold-link:hover {
    font-weight: bold;
    text-decoration: none;
}

bg-image{
    background-image: "background.jpg";
    height: 100vh;
}