body {
    background-color: black;
    display: flex;
    flex-direction: column;
}

h1 {
    color: #20120E;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #916053;
    font-family: "StgoticW00-Regular";
    font-size: 76.964px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.returnLink {
    color: #916053;
    font-family: "NSimSun", monospace;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    text-decoration: none;
    margin: 10px;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.cross {
    width: 72px;
    height: 128px;
    aspect-ratio: 9/16;
}

.starFrame {
    display: none;
}

.profilePic {
    display: inline-block;                 
    border: 15px solid transparent;        
    border-image-source: url("/assets/bg/chainmail.gif");
    border-image-slice: 15;                
    border-image-repeat: repeat;           
    border-image-outset: 0;
    border-image-width: 15px;

    margin: auto;                          
}

.profilePic img {
    display: block;
    width: 350px;
    height: auto;
}

.bioContainer {
    width: 670px;
    margin: auto;
    margin-top: 50px;
}

.bioContainer p {
    color: #FFF;
    text-align: justify;
    font-family: StgoticW00-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.wolf {
    display: flex;
    justify-content: right;
}