@font-face {
    font-family: loverine;
    src: url(assets/Loverine.otf0001.ttf) format("truetype");
    font-display: swap;
}





body {
    width: 100px;
    height: 200px;
    background-image: url(assets/bg\ \(3\).jpg);
}

a {
    color: rgb(203, 203, 203);
    text-decoration: none;
}

.about {
    position: absolute;
    font-family: loverine;
    color: rgb(203, 203, 203);
    left: 700px;
    font-size: 25px;
    transition: line 0.3s ease;
}

.about :hover {
    color: #8e8d8d;
    text-decoration: underline;
}


.blog {
    position: absolute;
    font-family: loverine;
    color: rgb(203, 203, 203);
    left: 800px;
    text-decoration: none;
    font-size: 25px;
    transition: line 0.3s ease;
}

.blog :hover {
    color: #8e8d8d;
    text-decoration: underline;
}

.art {
    position: absolute;
    font-family: loverine;
    color: rgb(203, 203, 203);
    left: 900px;
    text-decoration: none;
    font-size: 25px;
    transition: line 0.3s ease;
}

.art :hover {
    color: #8e8d8d;
    text-decoration: underline;
}

.portfolio {
    position: absolute;
    font-family: loverine;
    color: rgb(203, 203, 203);
    left: 1000px;
    text-decoration: none;
    font-size: 25px;
    transition: line 0.3s ease;
}

.portfolio :hover {
    color: #8e8d8d;
    text-decoration: underline;
}

.recent {
    position: absolute;
    color: rgb(203, 203, 203);
    font-family: loverine;
    top: 500px;
    z-index: 3;
    left: 170px;
    font-size: 37px;
}

.social {
    position: absolute;
    color: rgb(203, 203, 203);
    font-family: loverine;
    top: 530px;
    z-index: 5;
    left: 1060px;
    font-size: 24px;
}

.copy {
    position: absolute;
    color: rgb(167, 160, 160);
    top: 910px;
    z-index: 20;
    font-size: 5px;
    font-family: loverine;
    left: 955px;
    cursor: pointer;

}

.inst {
    position: absolute;
    color: rgb(167, 160, 160);
    top: 910px;
    z-index: 20;
    font-size: 5px;
    font-family: loverine;
    left: 999px;
    cursor: pointer;

}

.jap {
    position: absolute;
    color: rgb(167, 160, 160);
    top: 937px;
    z-index: 7;
    font-size: 15px;
    font-family: loverine;
    left: 880px;

}

.logo img {
    position: absolute;
    width: 120px;
    filter: drop-shadow(0 0 20px #676767);
}

.home img {
    position: absolute;
    width: 1000px;
    border-radius: 10%;
    left: 120px;
    top: 100px;
    opacity: 90%;
    border: 2px solid rgb(229, 224, 224);
    box-shadow: 0 0 10px #4f4f4f;
    z-index: 2;

}

home img:hover {
    box-shadow: 0 0 20px solid #e5dada;
}

.moon img {
    position: absolute;
    width: 1000px;
    border-radius: 10%;
    left: 100px;
    top: 300px;
    z-index: 1;
    opacity: 20%;
    border: 2px solid rgb(0, 0, 0);
    box-shadow: 0 0 10px #4f4f4f;

}

.artslide {
    position: absolute;
    width: 5%;
    height: 500px;
    top: 600px;
    left: 100px;

}

.artslide img {
    position: relative;
    width: 400px;
    height: 20%;
    top: 10px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px;
    z-index: 3;
    border: 4px solid black;
    box-shadow: 0 0 20px #636060;
    transition: all ease-in-out 1.6s;

}

.artslide img:hover {
    width: 50%;
}

.card img {
    position: absolute;
    top: 600px;
    width: 480px;
    z-index: 4;
    left: 690px;
    border: 1px solid white;
    filter: drop-shadow(0 0 2px #ededed);
    border-radius: 15px;
}


.card img:hover {
    filter: drop-shadow(0 0 20px #d5d2d2);
}

.card2 img {
    position: absolute;
    top: 600px;
    width: 480px;
    z-index: 7;
    left: 690px;
    opacity: 65%;
    border: 1px solid white;
    filter: drop-shadow(0 0 2px #ededed);
    border-radius: 15px;
}

.card2 img:hover {
    filter: drop-shadow(0 0 20px #d5d2d2);
}

.shinegif img {
    position: absolute;
    z-index: 6;
    width: 200px;
    opacity: 60%;
    mix-blend-mode: screen;
    top: 200px;
    left: 200px;
}