::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-thumb {
    background: #202020;
    border-radius: 5px
}

::-webkit-scrollbar-track {
    background: #202020
}

* {
    scrollbar-width: thin;
    scrollbar-color: #202020 #202020
}

body {
    overflow: hidden
}

#backgroundGif,#backgroundImage,#backgroundVideo {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    object-fit: cover;
    background-repeat: none;
    z-index: -1;
    user-select: none;
    pointer-events: none
}

.pcontent {
    width: 100%;
    max-width: 800px;
    margin: 0 auto
}

#bio {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    z-index: 50;
    padding: 20px;
    border-radius: 10px;
    height: 100vh
}

#typewriter {
    will-change: transform,opacity;
    visibility: visible;
    min-height: 1em;
    display: inline-block;
    backface-visibility: hidden;
    text-wrap: pre-wrap
}
