<style>
main {
color: black;
}
.tab-container {
display: flex;
align-items: center;
justify-content: center;
background: none !important;
overflow-y: hidden;
}
.container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
background: #182d70;
width: 350px;
height: 225px;
font-family: hi;
border-radius: 20px;
}
.scroll {
color: white;
width: 200px;
height: 125px;
overflow: auto;
position: absolute;
top: 0em;
left: 10em;
background: #182d70;
border-top-right-radius: 20px;
border-left: 2px dashed white;
padding: 10px;
overflow: auto;
font-family: hi;
}
.scroll::-webkit-scrollbar {
width: 0px;
}
.scroll2 {
color: white;
font-family: hi;
width: 200px;
height: 100px;
overflow: auto;
position: absolute;
top: 7.8em;
left: 10em;
background: #182d70;
border-bottom-right-radius: 10px;
border-top: 2px dashed white;
border-left: 2px dashed white;
padding: 10px;
overflow: auto;
}
.scroll2::-webkit-scrollbar {
width: 0px;
}
.queer {
width: 200px;
height: 200px;
position: relative;
top: -1em;
left: -6em;
}
a {
color: #78dfff;
text-decoration-style: wavy;
text-decoration-line: underline;
}
#paste-info-owner {
display: none !important;