body {
    background: url('/ocs/nyanattack/images/bg.jpg');
    background-size: 75%;
    color: brown;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 20px;
}

.wrapper {
    width: 1000px;
    margin-left: 450px;
    text-align: center;
}

.header {
    margin: 0 auto;
    position: fixed;
    left: 20px;
    top: 0px;
    width: 400px;
}

.header nav {
    font-size: 40px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin-top: 15px;
    color: hotpink;
    text-align: center;
}

.header nav a,
.header nav a:visited {
    color: pink;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.header nav a:hover {
    color: lightseagreen;
    letter-spacing: 1px;
    text-decoration: underline;
}

.header img {
    width: 400px;
    margin-right: 15px;
    transition: all 0.5s ease-in-out;
}

.header span {
    font-size: 30px;
    color: rgb(255, 255, 255);
}

.header span a,
.header span a:visited {
    color: hotpink;
}

.content {
    margin-top: 15px;
    background: url('/ocs/nyanattack/images/dots.jpg');
    background-size: 5%;
    padding: 10px;
    border: 3px solid black;
    border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
    border-image-slice: 1;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: lighter;
    font-style: italic;
    margin: 0px;
}

h1 {
    background: #FF69B4;
    background: linear-gradient(to bottom, #FF69B4 0%, #FF0000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2 {
    font-size: 35px;
    color: lightseagreen;
}

.char-box {
    width: 700px;
    height: 500px;
    text-align: left;
    margin: 0 auto;
    background-color: rgba(245, 245, 245, 0.5);
    border: 1px solid black;
    border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
    border-image-slice: 1;
    padding: 10px;
}

.char-box img {
    float: right;
    height: 475px;
}

.char-info {
    overflow: auto;
    height: 475px;
}