@import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap');


.center {
 padding: 0px;
 justify-content: space-evenly !important;
 text-align: center;
}


.center a {
color: blue;
text-decoration: none;
}

* {
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.paste-container {
width: 400px !important;
}

span.highlight {
color: black;
background: yellow;
}

.container-base {
  color: black;
background-color: white !important;
border: double black 5px;
margin: auto !important;
   box-sizing: border-box;
padding: 10px !important;
  overflow: hidden;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 0px !important;
  font-weight: normal !important;
  width: 400px !important;
}

body {
color: black;
  height: 100%; 
  margin: 0;
  align-items: center; 
  justify-content: center; 
align-items: center !important;
background-color: white;;
display: flex;
}

body svg {
display: none !important;
}

body a {
color: black;
text-decoration: black dotted underline;
}

.publish-timestamp, .edit-timestamp {
display: none;
}

.site-footer {
display: none;
font-weight: normal !important;
}

.button {
background-color: transparent;
  padding: 0;
}

.button:hover {
background-color: transparent;
}