@font-face {
    font-family: loverine;
    src: url(assets/Loverine.otf0001.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: mindway;
    src: url(assets/Mindway.otf) format("opentype");
    font-display: swap;
}


a {
    color: rgb(203, 203, 203);
    text-decoration: none;
}

body {
    width: 100px;
    height: 200px;
    background-image: url(assets/bg\ \(3\).jpg);
}

.n {
    position: absolute;
    color: rgb(203, 203, 203);
    font-family: loverine;
    top: 820px;
    z-index: 3;
    left: 129px;
    font-size: 27px;

}

.n1 {
    position: absolute;
    color: rgb(203, 203, 203);
    font-family: mindway;
    top: 1020px;
    z-index: 3;
    left: 599px;
    font-size: 27px;

}

.n2 {
    position: absolute;
    color: rgb(203, 203, 203);
    font-family: mindway;
    top: 1620px;
    z-index: 3;
    left: 709px;
    font-size: 20px;

}

.n3 {
    position: absolute;
    color: rgb(203, 203, 203);
    font-family: mindway;
    top: 2000px;
    z-index: 3;
    left: 109px;
    font-size: 24px;

}

.n4 {
    position: absolute;
    color: rgb(203, 203, 203);
    font-family: mindway;
    top: 2140px;
    z-index: 3;
    left: 189px;
    font-size: 24px;

}

.logo img {
    position: absolute;
    width: 100px;
    filter: drop-shadow(0 0 20px #676767);
}

.home {
    position: absolute;
    font-family: loverine;
    color: rgb(203, 203, 203);
    left: 690px;
    font-size: 28px;
    transition: line 0.3s ease;
}

.home:hover {
    color: #8e8d8d;
    text-decoration: underline;
}


.blog {
    position: absolute;
    font-family: loverine;
    color: rgb(203, 203, 203);
    left: 760px;
    text-decoration: none;
    font-size: 28px;
    transition: line 0.3s ease;
}

.blog :hover {
    color: #8e8d8d;
    text-decoration: underline;
}

.about {
    position: absolute;
    font-family: loverine;
    color: rgb(203, 203, 203);
    left: 900px;
    text-decoration: none;
    font-size: 28px;
    transition: line 0.3s ease;
}

.about :hover {
    color: #8e8d8d;
    text-decoration: underline;
}

.portfolio {
    position: absolute;
    font-family: loverine;
    color: rgb(203, 203, 203);
    left: 1005px;
    text-decoration: none;
    font-size: 28px;
    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;
}

.header img {
    position: absolute;
    width: 500px;
    border-radius: 10%;
    left: 340px;
    top: 100px;
    opacity: 90%;
    border: 2px solid rgb(229, 224, 224);
    box-shadow: 0 0 10px #4f4f4f;
    z-index: 2;
}






.bg2 img {
    position: absolute;
    width: 690px;
    z-index: 1;
    top: 349px;
    left: 250px;
    border-radius: 40px;
    border: 4px solid black;
    opacity: 94%;
    transition: 0.3s ease-in-out;
}

.bg2 img:hover {
    box-shadow: 0 0 20px #747474;
    z-index: 4;
}

.art1 img {
    position: absolute;
    position: absolute;
    width: 400px;
    border-radius: 10%;
    left: 110px;
    top: 900px;
    border: 2px solid rgb(229, 224, 224);
    box-shadow: 0 0 10px #4f4f4f;
    z-index: 2;
    transition: 0.3s ease-in-out;
}

.art1 img:hover {
    box-shadow: 0 0 10px #dddbdb;
}

.art2 img {
    position: absolute;
    width: 500px;
    border-radius: 10%;
    left: 110px;
    top: 1500px;
    border: 2px solid rgb(229, 224, 224);
    box-shadow: 0 0 10px #4f4f4f;
    z-index: 2;
    transition: 0.3s ease-in-out;
}

.art2 img:hover {
    box-shadow: 0 0 10px #dddbdb;
}

.art3 img {
    position: absolute;
    position: absolute;
    width: 400px;
    border-radius: 10%;
    left: 710px;
    top: 1200px;
    border: 2px solid rgb(229, 224, 224);
    box-shadow: 0 0 10px #4f4f4f;
    z-index: 2;
    transition: 0.3s ease-in-out;
}

.art3 img:hover {
    box-shadow: 0 0 10px #dddbdb;
}

.art4 img {
    position: absolute;
    position: absolute;
    width: 400px;
    border-radius: 10%;
    left: 710px;
    top: 1900px;
    border: 2px solid rgb(229, 224, 224);
    box-shadow: 0 0 10px #4f4f4f;
    z-index: 2;
    transition: 0.3s ease-in-out;
}

.art4 img:hover {
    box-shadow: 0 0 14px #858282;
}