@font-face { font-family: Freebooter; src: url('/static/fonts/freebooter.ttf'); } 
h1{
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.454);
    font-family: Freebooter;
    text-align: center;
    color: white;
    font-size: 64px;
}
#large {
    font-size: 96px
}
h2{
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.454);
    font-family: Freebooter;
    text-align: center;
    color: white;
    font-size: 48px;
}
#large {
    font-size: 64px
}
h3{
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.454);
    font-family: Freebooter;
    font-size: 32px;
    text-align: center;
    color: white;
}
#large {
    font-size: 48px
}
p{
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.454);
    font-family: Freebooter;
    font-size: 32px;
    text-align: center;
    color: white;
}
#large {
    font-size: 48px
}
img {
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
}
#textimg {
    display: block;
    margin: auto;
    width: 40%;
}
#smallimg {
    display: block;
    margin: auto;
    width: 25%;
}
#midimg {
    display: block;
    margin: auto;
    width: 50%;
}
#bigimg {
    display: block;
    margin: auto;
    width: 80%;
}
#pfp {
    width: 20%;
}
body {
    background-image: url('/static/images/backgrounds/cover_art_bg.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
}
button {
    background-color: rgba(0, 83, 122, 0.202);
    font-size: 32px;
    font-family: Freebooter;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.454);
    border-radius: 6px;
    border-color: rgba(0, 173, 253, 0.202);
    border-width: 3px;
    color: rgb(255, 255, 255);
    padding: 15px 32px;
    text-align: center;
    display: inline-block;
}
table, th, td {
    padding: 4px;
    border-width: 0px;
    background-color: rgba(0, 67, 96, 0.101);
    border-radius: 8px;
}
#leaderboard {
    width: 50%;
    margin-left: auto; margin-right: auto;
}
.wrapper {
    text-align: center;
}
a{
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.454);
    color: rgb(55, 200, 55);
}

* {
    box-sizing: border-box;
}

.column {
    float: left;
    width: 33.33%;
    padding: 5px;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}