html, body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    font-family: 'Libre Baskerville', serif;
    background-size: cover;
    min-width: 100vw;
    min-height: 100vh;
    background-image: url('assets/images/paper-texture.jpg');
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.text-stroke {
    
    color: transparent;
    text-stroke-width: 1px;
    text-stroke-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}

.bg-white-paper {
    background-image: url('assets/images/paper-texture.jpg');
    background-size: cover;
}


::-webkit-scrollbar {
    width: 4px;
}
  
::-webkit-scrollbar-track {
    background-color: transparent;
}
  
::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 1px solid #D9D9D9;
    background-clip: content-box;
}
  