@font-face {
    font-family: 'hehe';
    src: url(/sierra-briston-font/SierrabristonRegular-woxLP.otf);
}
@font-face {
    font-family: 'hihi';
    src: url(/ankh-sanctuary-font/AnkhSanctuary-PVK0B.ttf);
}


html ::-webkit-scrollbar-track {
    scroll-behavior: smooth;
    background: none;   
    }

    html::-webkit-scrollbar {
        width: 0.5rem;
    }

    html::-webkit-scrollbar-thumb {
    background: rgb(37, 37, 37);
    border-radius: 5rem;
  }

body{
    background-color: rgb(202, 214, 247);
    /* font-family:Verdana, Geneva, Tahoma, sans-serif; */
    
}

.profil {
    border-radius: 50%;
    margin-left: 40px;
}

.header {
    font-family: 'hihi';
    font-size: 30px;
}

ul .bar {
    font-family:'hehe';
    font-size: 18px;
}