body {
    background-image: url('/shrines/vamps/brocade.gif');
    background-repeat: repeat-x;
    background-color: rgb(91, 7, 28);
}
body,html {margin:0;}
.wrapper {
    max-width: 800px;
    height: 1000px;
    margin: auto;
    padding: 0 12px;
    background-color: rgb(183, 154, 190);
    display: flex;
    flex-flow: column;
    background-image: url('/shrines/vamps/drips.gif');
    background-repeat: repeat-x;
}
header {
    text-align: center;
    margin: 6px;
    font-family: 'adorablelady';
    color: rgb(77, 4, 4);
}