* {
    /* background-image: url("./assets/images/sword.png");
    background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background: transparent; */
    margin: 0;
    padding: 0;
    color: aqua;
    z-index: -1;
    font-size: 1.02rem;
}

.parallex {
    /* background-size: contain; */
    /* transform: scale(0.5);
    transform: translate(-50%); */
    z-index: 0;
    position: fixed;
    left: 40px;
    top: 40px;
    right: 40px;
    filter:contrast(70%);
    filter: brightness(70%);
    /* filter: blur(100%); */
    /* filter: drop-shadow(5px 5px red); */
}

.content {
    position: relative;
    z-index: 1;
    padding: 50px;
    margin: 50px;
    line-height: 3rem;
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

header {
    width: 100%;
    height: 70px;
    background-color: black;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 2;
    font-size: 2rem;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    font-style: normal;
    text-shadow: 3px 3px magenta;
}

.musi>img{
    height: 250px;
    width: 400px;
    /* float: left; */
    /* display: inline-block; */
    padding: 15px;
}

#a{
    float: left;
}

#b{
    float: right;
}

h1 {
    font-size: 1.5rem;
    text-shadow: 3px 3px magenta;
}

footer{
    z-index: 20;
    width: 100%;
    height: 7px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

footer> img {
    transform: rotate(75deg);
    overflow: hidden;
}

#two {
    transform: rotateY(30deg);
    overflow: hidden;
}