::-webkit-scrollbar-thumb:horizontal {
background: #000000;
}

::-webkit-scrollbar-thumb:vertical {
background: #000000;
}
 
::-webkit-scrollbar {
height: 1px;
width: 1px;
}

::selection {
background: #d995af;
color: white;
}

::-moz-selection {
background: #d995af;
color: white;
}

#s-m-t-tooltip {
background: #000000;
border-radius: 5px;
color: #ffffff;
font-size: 0.8rem;
margin-top: 30px;
padding: 5px;
text-align: center;
text-transform: uppercase;
z-index: 999999999999999999999999999999999999;
}

body {
background: #f0f0f0;
color: #555555;
cursor: url(https://myth.nu/keira/img/arrow.png), progress;
font-family: "Spline Sans", sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 400;
hyphens: auto;
letter-spacing: 1px;
line-height: 24px;
margin: 0px;
text-align: justify;
text-transform: none;
word-wrap: break-word;
}

a {
color: #000000;
text-decoration: none;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
 
a:hover {
color: #cfcfcf;
}

b {
  background: rgba(127, 119, 221, 0.18);
  padding: 1px 6px;
  border-radius: 6px;
  transition: background 0.3s ease;
}

u { text-transform: none;
text-decoration: none;
  border-radius: 6px;
  color: #bc6c25;
  transition: background 0.3s ease;
}


h1 {
font-family: "DM Serif Display", serif;
font-size: 1.2rem;
font-weight: bold;
text-transform: lowercase;
}

h2 {
font-size: 1rem;
font-weight: bold;
margin-block-start: 0em;
}
 
blockquote { letter-spacing: 0px;
font-size: 11px;
border: 0px solid #d2d2d2;  
background: rgba(127, 119, 221, 0.18);
margin: 5px;
padding: 10px;
}
 
blockquote img {
height: auto;
max-width: 100%;
}
 
blockquote blockquote {
border: 1px solid #d2d2d2;
padding: 5px;
}

#container {
background: #ffffff;
background-attachment: fixed;
background-image: url('https://myth.nu/keira/img/bg.jpeg');
background-repeat: repeat;
border: 1px solid #d2d2d2;
height: 550px;
top: calc(50% - 276px);
position: fixed;
left: calc(50% - 451px);
width: 900px;  
overflow: hidden;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.25),
    -6px -6px 12px 0 rgba(255, 255, 255, 0.55);
}

.header {
background :#ffffff;
border-bottom: 1px solid #d2d2d2;
display: flex;
align-items: center;
justify-content: space-between;
height: 50px;
position: absolute;
width: 900px;
}

.uipt-wrapper {
align-items: center;
margin-left: 20px;
display: flex;
}

.user-icon {
font-size: 1rem;
}

.page-title {
margin-left: 20px;
font-family: "DM Serif Display", serif;
font-weight: bold;
font-size: 1rem;
}

.page-title:first-letter {
color: #bc6c25;

}

.links {
align-items: center;
display: flex;
margin-right: 20px;
flex-direction: row;
flex-wrap: wrap;
text-transform: lowercase;
}

.links a {
margin-left: 30px;
}

.left-image-wrapper {
display: flex;
height: 499px;
margin-top: 51px;
position: absolute;
width: 300px;
}

.left-image {
height: 350px;
width: 300px;
}

.left-image img {
height: 350px;
width: 300px;
}

.right-image-wrapper {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-end;
height: 499px;
margin-top: 51px;
margin-left: 600px;
position: absolute;
width: 300px;
}

.right-image {
height: 350px;
width: 300px;
}

.right-image img {
height: 350px;
width: 300px;
}

.about-wrapper {
height: 499px;
position: absolute;
margin-left: 204px;
margin-top: 31px;
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
width: 492px;

}

.about {
background: #ffffff;
border: 1px solid #d2d2d2;
overflow-x: hidden;
overflow-y: scroll;
max-height: 350px;
padding: 20px;
}

.aiaq-wrapper {
background: #f0f0f0;
border-radius: 5px;
display: flex;
align-items: center;
margin-top: 10px;
padding-left: 10px;
}

.about-image {
height: 100px;
width: 100px;
}

.about-image img {
height: 100px;
width: 100px;
}

.aq-wrapper {
margin-left: 20px;
}

.aq-icon  {
background: #d995af;
border-radius: 5px;
color: #ffffff;
font-size: 0.9rem;
font-variant: normal;
height: 0.9rem;
line-height: 1;
padding: 10px;
position: relative;
text-rendering: auto;
width: 0.9rem;
}

.about-quote {
text-transform: lowercase;
margin-top: 20px;
}

.about-info {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: -10px;
margin-top: 20px;
width: 470px;
}
 
.about-info li {
border-bottom: 1px solid #d2d2d2;
list-style-type: none;
margin: 10px;
padding-bottom: 10px;
text-transform: lowercase;
width: calc(50% - 20px);
}

.bio {
margin-top: 20px;
}

.bio a {   text-decoration: wavy underline lightblue;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: none;
  text-underline-offset: 4px;
  color: #111;}


a.credit {
    position:fixed;
    z-index:10;
    right:20px;
    bottom:20px;
}


a.credit i {font-size:24px;}