* {
  cursor: url('https://cdn.cursors-4u.net/previews/happy-sad-mask-66f28c64-32.webp') 32 32, auto !important;
}

body {

background-color: black;
}

html {
overflow: scroll;
overflow-x: hidden;
}
::-webkit-scrollbar {
width: 0; /* remove scrollbar space */
background: transparent; /* to make scrollbar invisible */
}
::-webkit-scrollbar-thumb {
background: transparent;
}

.entrybox {
text-align: center;
margin: 0 auto;
max-width:550px;
height:200px;
padding: 20px;
position: relative;
top: 50px;
left: -20px;
font-family: arial;
border:3px solid black;
background: black;
border-radius:10px;
box-shadow: 0px 0px 10px pink, 0px 0px 10px red, 0px 0px 10px red, 0px 0px 10px red, 0px 0px 14px red;
color: white;
overflow-y: auto;
z-index: 2;
}

#entrySelect {
  font-family: arial;
  font-size: 16px;
  padding: 6px 10px;
  border-radius: 8px;
  border: 2px solid pink;
  background-color: #ffd6e8;
  color: white;
  cursor: pointer;
}
  
.dropdowncontainer img{
width: 200px;
height: auto;
position: absolute;
top: 100px;
left: 50px;
z-index: 5;
}

.phonebackground {
  border-radius: 10px;
  width: 160px;
  height: 130px;
  position: absolute;
  top: 150px;
  left: 70px;
  background-color: red;
  background-size: cover;
  z-index: 10;
  overflow-y: auto;
  text-align: center;
}

.entry-menu button {
  background: none;
  border: none;
  padding: 5px 0;
  cursor: pointer;
  font-family: windows;
  color: #7b113d;
}

.entry-menu button:hover {
  color: hotpink;
}

.back-button {
  width: 90px;
  height: auto;
  position: absolute;
  top: -5px;
  left: 2px;

  transition: transform 0.05s ease;
  display: inline-block;
}

.back-button:hover {
  transform: scale(1.15);
}

.back-button:active {
  transform: scale(0.5);
}

.shh {
  
.title-bar-controls button {
border:none;
border-radius:0;
box-sizing:border-box;
color:transparent;
min-height:23px;
min-width:75px;
padding:0 12px;
text-shadow:0 0 #222;
}

.title-bar-controls button {
background:silver;
box-shadow:inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #dfdfdf;
}

.title-bar-controls button:not(:disabled):active {
box-shadow:inset -1px -1px #fff, inset 1px 1px #0a0a0a, inset -2px -2px #dfdfdf, inset 2px 2px grey;
text-shadow:1px 1px #222;
}

@media (not(hover)){
button:not(:disabled):hover {
box-shadow:inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px grey}
}

.title-bar-controls button:focus {
outline:1px dotted #000;
outline-offset:-4px;
}

.title-bar-controls button::-moz-focus-inner { border:0 }
    
@font-face {
font-family: "Pixelated MS Sans Serif";
src: url("https://files.catbox.moe/1za99g.woff") format("woff");
src: url("https://files.catbox.moe/8fwbkl.woff2") format("woff2");
font-weight: normal;
font-style: normal;
}   

.window, .title-bar {
font-family: "Pixelated MS Sans Serif", Arial;
-webkit-font-smoothing: none;
font-size: 11px;
}

.window {
box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #dfdfdf, inset -2px -2px #808080, inset 2px 2px #ffffff;
background: #c0c0c0;
color:#000;
padding: 3px;
width:100%;
}

.title-bar {
background: linear-gradient(90deg, #050a1a, #666, #050a1a);
padding: 3px 2px 3px 3px;
display: flex;
justify-content: space-between;
align-items: center;
}

.title-bar-controls {
display: flex;
}

.title-bar-controls button {
padding: 0;
display: block;
min-width: 16px;
min-height: 14px;
}

.title-bar-controls button:active {
padding: 0;
}

.title-bar-controls button:focus {
outline: none;
}

.title-bar-controls button[aria-label=Close]{
background-image:url("https://raw.githubusercontent.com/jdan/98.css/main/icon/close.svg");
background-position:top 3px left 4px;
background-repeat:no-repeat;
margin-left:2px;
}

.window-body {
margin: 8px;
}

.fieldset {
border:1px gray solid;
box-shadow: white 1px 1px 0px inset, white 1px 1px 0px, white 0px 1px 0px, white 1px 0px 0px;
margin:0;
padding:10px;
overflow-y:auto; 
height: 190px;
}

.title-bar-text {
  color: white;
}