
body {
    color: white;
    background-color: black;
}

a:link {
    color: #0000EE;
}

a:visited {
    color: #551A8B;
}

a:active {
    color: #FF0000;
}

a.button {
    text-decoration: none;
    border: 0 none;
    outline: 0 none;
}

img {
    aspect-ratio: auto 1 / 1;
}

div#torture-corder {
    display: flex;
    justify-content: center;
}

div#picture-holder > div {
    display: flex;
    width: 395px;
    background-color: white;
}

div#picture-holder > div:nth-child(1) {
    height: 38px;
}

div#picture-holder > div:nth-child(2) {
    height: 58px;
}

div#picture-holder > div:nth-child(3) {
    height: 319px;
}

div#picture-holder > div:nth-child(3) > div:nth-child(1) {
    width: 141px;
}

div#picture-holder > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) {
    height: 172px;
}

div#picture-holder > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) {
    height: 74px;
}

div#picture-holder > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) {
    height: 73px;
}

div#picture-holder > div:nth-child(3) > div:nth-child(2) {
    width: 176px;
}

div#picture-holder > div:nth-child(3) > div:nth-child(3) {
    width: 78px;
}

div#picture-holder > div:nth-child(5) {
    height: 66px;
    width: 247px;
    flex-direction: column;
    margin-left: 100px;
}

div#picture-holder > div:nth-child(5) > div {
    display: flex;
}

div#picture-holder > div:nth-child(5) > div:nth-child(1) {
    height: 10px;
}

div#picture-holder > div:nth-child(5) > div:nth-child(2) {
    height: 20px;
}

div#picture-holder > div:nth-child(5) > div:nth-child(3) {
    height: 10px;
}

div#picture-holder > div:nth-child(5) > div:nth-child(4) {
    height: 26px;
}

div#stats-holder {
    margin-top: 62px;
}

div#stats-holder > div {
    display: flex;
    width: 415px;
}

div#stats-holder > div:nth-child(1) {
    height: 58px;
}

div#stats-holder > div:nth-child(2) {
    height: 34px;
}

div#stats-holder > div > div:nth-child(1) {
    width: 37px;
}

div#stats-holder > div > div:nth-child(2) {
    width: 293px;
}

div#stats-holder > div > div:nth-child(3) {
    width: 85px;
}

div#stats-holder > div:nth-child(3) {
    height: 20px;
}

div#stats-holder > div:nth-child(4) {
    height: 181px;
}

div#stats-holder > div:nth-child(5) {
    height: 31px;
}

div#stats-holder > div:nth-child(6) {
    height: 61px;
}

span#player-name {
    font-family: Arial, sans-serif;
    color: #3366FF;
    font-size: x-large;
}

div#player-bio {
    font-family: Arial, sans-serif;
    font-size: xx-small;
    color: white;
    white-space: pre-line;
    line-height: 16px;
    margin-top: 8px;
}
