body {
    background-color: #ffffff;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}

.navbar {
    display: flex;
    padding-left: 30pt;
    padding-right: 30pt;
    justify-content: space-between;
    align-items: center;
    height: 50pt;
    background-color: #6a1b9a;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

body::before {
    content: "";
    display: block;
    height: 50pt;
}
.tablepress {
		width:100%;
}
.tablepress table {
	width:100%;
}

.tablepress td,
.tablepress th {
	white-space: normal;
	padding: 12px;
}

.navbar-logo {
    height: 100%;
}

.navbar-logo > img {
    height: 100%;
}

.navbar-buttons {
    display: flex;
    margin: 0;
}

.navbar-buttons > li {
    list-style-type: none;
    margin-left: 10pt;
    margin-right: 10pt;
}

.page-title {
    background-color: #390250;
    margin-top: 0;
    padding-top: 1pt;
    padding-bottom: 1pt;
    text-align: center;
    color: #d88dcf;
    font-size: 9pt;
    font-family: "League Spartan", "Impact", sans-serif;
    margin-bottom: 2em;
}

.content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 1em;
    align-items: center;
}

.content > .wp-block-group {
    margin-bottom: 1.5em;
    text-align: justify;
}

.image-placeholder {
    width: 400px;
    height: 550px;
    margin: 0;
}

.image-placeholder > img {
    width: 100%;
    height: auto;
}

.uplay-button {
    display: block;
    font-size: 22pt;
    width: 220px;
    margin-top: 3em;
    margin-bottom: 1em;
    font-weight: bold;
    color: white;
    text-align: center;
}