<style>
@import url('https://fonts.googleapis.com/css2?family=Galindo');
/* cr ovall on discord. more at bundlrs.cc/ovallext ! */
*::-webkit-scrollbar {
width: 15px !important;
}
*::-webkit-scrollbar-track {
background-color: #fff;
-webkit-border-radius: 10px;
border-radius: 0;
border-left: 1px solid #000;
padding: 10px
}
*::-webkit-scrollbar-thumb {
-webkit-border-radius: 0;
border-radius: 0;
background: #000000;
border: 1px solid #000;
margin-top: -1px;
border-right: 0;
border-top: 5px #fff;
border-bottom: 5px #fff;
position:relative
}
footer.flex, .flex.flex-column.g-2, #paste-info-box > div > a:last-child {
display: none!important
}
body {
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(to bottom, #9b50e9, #ac5cdd, #db64da, #6f229c, #000000)!important;
}
.tab-container {
width: 25rem!important;
height: 18rem!important;
padding: .5rem!important;
overflow-y: scroll;
border: 1px solid black;
border-radius: 0!important;
background: white!important;
color: #242629!important;
}
.button, .button:focus, .button:hover {
border-radius: 0!important;
box-shadow: unset !important;
border: 1px solid black;
background: white;
}
main {
width: fit-content;
position: relative;
padding-left: 0;
padding-right: 0
}
audio {
height: 35px;
bottom: 0;
position: absolute;
right: 0;
width: calc(100% - 80px - .5rem);
filter: contrast(1.2);
border: 1px solid;
background: white;
}
#links {
font-size: 2.5rem;