@import url('https://fonts.googleapis.com/css2?family=Delius&display=swap');

*, a {
  font-family: "Delius", cursive;
  font-style: normal;
}

.textbox a {
color: darkblue;
 text-decoration: darkblue underline wavy; 
}

b {
text-decoration: black underline double; 
}

.text {
text-align: justify;
}

.textbox {
text-align: justify;
  margin: 0 auto;
  margin-top: -15px !important; 
width: 350px;
 height: 180px;
overflow: scroll;
scrollbar-width: none;
display: grid;
}

.center {
 margin: 0 auto;
display: grid;
place-items: center;
  justify-content: center;
  text-align: center;
}

.card {
    width: 400px;
    height: 500px;
    perspective: 1000px;
}

.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.75s;
    transform-style: preserve-3d;
}

.card:hover .card-inner,
.card:focus .card-inner {
    transform: rotateY(180deg);
}

.card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 2px !important;
}

.card-front {
    background-image: url('https://files.catbox.moe/7opu7j.png');
  background-size: cover;
    color: black;
}

.card-back {
    background-color: white;
    color: black;
    transform: rotateY(180deg);
}

.container-base {
background-color: black; 
border-radius: 2px;
 color: #2C363F;
 font-size: 14px;
 font-size: 16px !important;
 height: 600px;
 overflow: hidden;
  font-family: arial !important;
font-weight: normal !important;
}

.paste-container {
width: 400px;
}

body {
background-color: black;
   height: 100% !important;
  align-items: center; 
  justify-content: center; 
align-items: center !important;
   transform: scale(1);
    font-family: arial !important;
font-weight: normal !important;
}

.views-count {
  color: white;
}

.owner-info, .publish-timestamp, .edit-timestamp, #theme-toggle {
display: none;
}

.site-footer {
display: none;
}

.button, button {
color: white;
background-color: black; 
  padding: 0px;
}

.button:hover {
background-color: black;
  color: white;
}

.site-header p {
color: white;
  font-size: 16px;
 
}

.site-header svg {
color: white;
 width: 17px;
height: 17px;
}

.site-header a {
color: lightblue;
}
