@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: 700px;
    z-index: 1;
    font-size: 28px;
    top: -1px;
    transition: line 0.3s ease;
}

.home :hover {
    color: #8e8d8d;
    text-decoration: underline;
}


.blog {
    position: absolute;
    font-family: loverine;
    color: rgb(203, 203, 203);
    left: 810px;
    z-index: 1;
    text-decoration: none;
    font-size: 26.4px;
    top: 4px;
    transition: line 0.3s ease;
}

.blog :hover {
    color: #8e8d8d;
    text-decoration: underline;
}

.art {
    position: absolute;
    font-family: loverine;
    color: rgb(203, 203, 203);
    left: 910px;
    text-decoration: none;
    font-size: 27px;
    top: 2.2px;
    transition: line 0.3s ease;
}

.art :hover {
    color: #8e8d8d;
    text-decoration: underline;
}

.about {
    position: absolute;
    font-family: loverine;
    color: rgb(158, 156, 156);
    left: 1005px;
    top: 5px;
    text-decoration: none;
    font-size: 25px;
    transition: line 0.3s ease;
}

.about :hover {
    color: #8e8d8d;
    text-decoration: underline;
}

.logo img {
    position: absolute;
    width: 100px;
    filter: drop-shadow(0 0 20px #676767);
}

.skies img {
    position: absolute;
    left: 260px;
    width: 688px;
    top: 300px;
    z-index: 0;
    border-radius: 10%;
    opacity: 20%;
}

.pf img {
    position: absolute;
    width: 690px;
    z-index: 1;
    top: 79px;
    left: 260px;
    border-radius: 40px;
    border: 4px solid rgb(75, 73, 73);
    opacity: 94%;
    transition: 0.8s ease-in-out;
}

.pf img:hover {

    box-shadow: 0 0 20px rgb(160, 157, 157);


}




.spark img {
    position: absolute;
    left: 5px;
    width: 100px;
    opacity: 10%;
    top: -1px;
    mix-blend-mode: screen;
}