@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(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: 700px;
    top: 8px;
    font-size: 25px;
    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: 14px;
    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: 900px;
    top: 14px;
    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(140, 134, 134);
    left: 970px;
    top: 14px;
    text-decoration: none;
    font-size: 22px;
    transition: line 0.3s ease;
}

.portfolio :hover {
    color: #6b6a6a;
    text-decoration: underline;
}

.link1 {
    position: absolute;
    font-family: loverine;
    left: 160px;
    z-index: 4;
    top: 139px;
    text-decoration: none;
    font-size: 15px;
    transition: line 0.3s ease;
}

.link1:hover {
    color: #8e8d8d;
    text-decoration: underline;
}

.update1 {
    position: absolute;
    font-family: mindway;
    left: 210px;
    z-index: 4;
    top: 209px;
    text-decoration: none;
    font-size: 11px;
    transition: line 0.3s ease;
}

.update1:hover {
    color: #8e8d8d;
    text-decoration: underline;
}

.link2 {
    position: absolute;
    font-family: loverine;
    left: 150px;
    z-index: 4;
    top: 450px;
    text-decoration: none;
    font-size: 14px;
    transition: line 0.3s ease;
}

.text1 {
    position: absolute;
    font-family: mindway;
    left: 540px;
    z-index: 4;
    color: white;
    top: 200px;
    text-decoration: none;
    font-size: 15px;
    transition: line 0.3s ease;
}

.link2:hover {
    color: #8e8d8d;
    text-decoration: underline;
}

.logo img {
    position: absolute;
    width: 100px;
    filter: drop-shadow(0 0 20px #676767);
}

.list img {
    position: absolute;
    width: 280px;
    left: 100px;
    top: 100px;
    border: 1px solid white;
    box-shadow: 0 0 20px #080808;
    border-radius: 20px;
}

.me img {
    position: absolute;
    width: 300px;
    left: 900px;
    top: 100px;
    border: 1px solid white;
    box-shadow: 0 0 20px #080808;
    border-radius: 20px;
}

.rain img {
    position: absolute;
    width: 400px;
    height: 200px;
    left: 450px;
    top: 200px;
    border: 1px solid white;
    box-shadow: 0 0 20px #080808;
    border-radius: 20px;
    opacity: 30%;
}