    @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;
    }
    
    @font-face {
    font-family: 'punk';
    src: url("https://cosmicwukong.neocities.org/punk.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
    }
    
body {
  background-color: #3B3561;
}

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

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

.sidebar a {
    padding: 12px 16px 12px 32px;
    text-decoration: none;
    font-size: 24px;
    color: #51A3A3;
    display: block;
    transition: all 0.3s ease;
}

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

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

.header h1 {
  font-family: punk;
  font-size: 54px;
  color: #D1D1D1;
}