@import url('https://fonts.googleapis.com/css2?family=Tektur:wght@400..900&display=swap');
*{
    padding: 0;
    margin: 0;

    text-decoration: none;
    list-style: none;

    border: none;
    outline: none;

    position: relative;
    scrollbar-width: none;
}
body{
    max-width: 100svw !important;
    height: 100svh !important;
}
.pp{
    width: 100px;
    height: 100px;
}
.nn{
    position: fixed;
    z-index: 99;
    width: 100%;
    background-color: transparent !important;
}
.sec{
    background-image: url(./bg.png);
    background-repeat: no-repeat;
    height: 100vh;
    background-position: center;
    background-size: cover;
}
.h-80,.w-80{
    height: 80%;
}
