@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);
}

.logo img {
    position: absolute;
    width: 100px;
    filter: drop-shadow(0 0 20px #676767);
}

a {

    color: rgb(236, 236, 236);
    text-decoration: none;
}

body {
    width: 100px;
    height: 200px;
    background-image: url(assets/bg\ \(3\).jpg);
}

.home {
    position: absolute;
    font-family: loverine;
    color: rgb(203, 203, 203);
    left: 730px;
    top: -2px;
    font-size: 24px;
    transition: line 0.3s ease;
}

.home :hover {
    color: #8e8d8d;
    text-decoration: underline;
}


.about {
    position: absolute;
    font-family: loverine;
    color: rgb(203, 203, 203);
    left: 810px;
    top: 1px;
    text-decoration: none;
    font-size: 22px;
    transition: line 0.3s ease;
}

.about :hover {
    color: #8e8d8d;
    text-decoration: underline;
}

.art {
    position: absolute;
    font-family: loverine;
    color: rgb(203, 203, 203);
    left: 890px;
    top: 1px;
    text-decoration: none;
    font-size: 22px;
    transition: line 0.3s ease;
}

.art :hover {
    color: #8e8d8d;
    text-decoration: underline;
}

.portfolio {
    position: absolute;
    font-family: loverine;
    color: rgb(203, 203, 203);
    left: 970px;
    top: -1px;
    text-decoration: none;
    font-size: 22px;
    transition: line 0.3s ease;
}

.portfolio :hover {
    color: #8e8d8d;
    text-decoration: underline;
}

.b1 img {
    position: absolute;
    width: 850px;
    top: 60px;
    left: 205px;
    border-radius: 40px;
    border: 2px solid rgb(0, 0, 0);
    box-shadow: 0 0 15px #939090;
    transition: 0.9s ease-in-out;
}

.b1 img:hover {
    box-shadow: 0 0 20px #ffffff;
}