@charset "UTF-8";
body{
        background: url("../img/top.gif") ;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 150%;
        height: 100svh;
        overflow: hidden;
}

#bg{
    position: absolute;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    background-attachment: fixed;
    backdrop-filter: blur(8px);
}

#sp {
        height: 100svh;
        background: url("../img/top.gif");
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        overflow: hidden;
}

.pkpchla{
    position: relative;
    top: 45%;
}

img{
    width: 80px;
    margin: 0 auto 10px;
    display: block;
    filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.4));
    border-radius: 20%;
}
h1{
    color: #fff;
    font-size: 0.9rem;
    text-align: center;
}