    @font-face {
    font-family: 'superfortress';
    src: url("https://cosmicwukong.neocities.org/superfortress.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
    }
    
    @font-face {
    font-family: 'superonigiri';
    src: url("https://cosmicwukong.neocities.org/superonigiri.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
    }
    
        @font-face {
    font-family: 'keiman';
    src: url("https://cosmicwukong.neocities.org/keiman.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
    }
    
body {
  background-color: #090302;
}

:lang(ja) {
  font-family: 'keiman';
}

/* Sidebar */
.sidebar {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #5A2328;
    overflow-x: hidden;
    padding-top: 75px;
    font-family: superonigiri;
}

.sidebar a {
    padding: 12px 16px 12px 32px;
    text-decoration: none;
    font-size: 24px;
    color: #C8BFC7;
    display: block;
    transition: all0.3s ease;
}

.sidebar a:hover {
    color: #7A9B76;
    transform: scale(1.1) rotate(-3deg);
}

.main {
    margin-left: 200px;
    padding: 0px 10px;
    background-color: #090302;
    color: #C8BFC7;
    font-family: superfortress;
    text-align: center;
}

.header {
    padding-top: 2%;
    padding-bottom: 2%;
    border-style: dashed;
    border-width: thick;
    text-align: center;
    max-width: 100%;
}
.header h1 { 
  font-size: 64px;
  margin-top: 10px;
}

.main.header p {
    color: #C8BFC7;
}

.profilepic {
    max-width: 300px;
    max-height: 300px;
    padding-top: 50px;
    padding-bottom: 25px;
    border-style: dashed;
    margin:0 auto;
    font-size: 9px;
    height: 300px;
    width: 300px;
    vertical-align: middle;
    text-align: center;
}

.AboutMe {
  margin-left: 45px;
  margin-right: 45px;
}

.AboutMe h2 {
    font-weight: bold;
    font-size: 36px;
}

.AboutMe p {
    font-size: 24px;
}

.Helldivers {
    color: yellow;
}

.Battlefield {
    color: red;
}

.ForHonor {
    color: orange;
}

.more {
  text-align: center;
  margin-left: 45px;
  margin-right: 45px;
  font-family: superfortress;
}

.more h3 {
  font-size: 34px;
}

.more p {
  color: white;
  font-size: 24px;
  text-align: center;
}

.Raven {
  color: #00008B;
}

.claw {
  color: #B08D57;
}

.friends {
  max-width: 100%;
  max-height: 1000px;
  text-align: center;
  border-style: dashed;
  border-color: white;
  border-width: thick;
  padding-top: 50px;
  padding-bottom: 100px;
  font-family: superfortress;
}

.friends h2 {
  font-size: 64px;
}