@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;


}

.home {
    position: absolute;
    font-family: loverine;
    color: rgb(203, 203, 203);
    left: 680px;
    font-size: 27px;
    top: -10px;
    transition: line 0.3s ease;
}

.home :hover {
    color: #8e8d8d;
    text-decoration: underline;
}


.blog {
    position: absolute;
    font-family: loverine;
    color: rgb(203, 203, 203);
    left: 800px;
    text-decoration: none;
    font-size: 22px;
    top: -2px;
    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: 27px;
    top: -10px;
    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: 26px;
    top: -10px;
    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: 7;
    font-size: 5px;
    font-family: loverine;
    left: 955px;
    cursor: pointer;

}

.inst {
    position: absolute;
    color: rgb(167, 160, 160);
    top: 910px;
    z-index: 7;
    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);
}

.about-me img {
    position: absolute;
    width: 780px;
    left: 240px;
    filter: drop-shadow(0 0 20px #000000);
    top: 40px;
}

.starsgif img {
    position: absolute;
    z-index: 5;
    mix-blend-mode: screen;
    opacity: 20%;
    width: 80px;
    left: 454px;
    transform: rotate(-70deg);
    filter: drop-shadow(0 0 20px #000000);
    top: 210px;
}

.trees img {
    position: absolute;
    opacity: 20%;
    left: 200px;
    bottom: 10px;
    z-index: 0;

}