:root {
  --border-size: 1px;
  --nav-width: 176px;
  --wrapper-width: 750px;
  --bg-color: #ff9a91;
  --scrollbar-fg: #91cbe2;
  --scrollbar-bg: #fff
}

* {
  cursor: url("https://bridget.neocities.org/graphics/paint-brush-cursor1.png"), auto;
}

@font-face { 
    font-family: 'PixelOperator';
    src: url('https://bridget.party/PixelOperator.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} 

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: "PixelOperator", monospace;
}


#topblock img {
  width: 96%;
  margin: 7.25px;
}


#topblock a {
  filter: drop-shadow(1px 1px 1px #000000a3);
}

#topblock a :hover{
  margin-top: 6px;
  margin-bottom: 8.5px;
  margin-left: 6px;
  filter: drop-shadow(5px 5px 1px #00000036);
}

#topblock a :active{
  margin-top: 9px;
  margin-bottom: 5.5px;
  margin-left: 9px;
  filter: drop-shadow(0px 0px 0px #0000);
}


#topblock {
  background-color: var(--bg-color);
  display: flex;
  margin: 0;
  padding: 12px;
  width: 726px;
  border-width: 1px;
  border-top-width: 0px;
  border-style: solid;
  border-color: white;
}

#topblock .column {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin: 0;
}

.columnthirds {
  width: 33%;
}




#welcome {
 padding-left: 10px;
 color:black;
 padding-top: 8px;
 padding-bottom: 7px;
 padding-right: 8px;
 height: 188px;
 width: 492px;
 line-height:16.4px;
 background-image:url('https://bridget.party/graphics/rippedpaper3.png');
 display:inline-block;
 margin-left: 18px;
 margin-right: 33px;
 margin-top: 4px;
 margin-bottom: 8px;
}





body {
  background-image: url("https://bridget.party/graphics/bg-dither-6.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: "PixelOperator", monospace;
  font-size: 16px;
  color: black;
  min-height: 100%;
  animation: background 0s infinite linear;
}


footer, nav {
  padding: 10px 10px;
  background-color: var(--bg-color);
  font-family: "PixelOperator", monospace;
  font-size: 16px;
}

main {
  background-color: #f000;
  font-family: "PixelOperator", monospace;
  font-size: 16px;
}






#wrapper {
  width: var(--wrapper-width);
  margin: 0 auto;
}

#navmain {
  display: flow-root;
  background-color: transparent;
  border: var(--border-size) solid var(--border-color);
  border-bottom: 0px;
}

header {
  position: relative;
  padding-bottom: 5px;
  padding-top: 0px;
  margin-top: 17px;
  font-family: "PixelOperator", monospace;
  font-size: 16px;
  width: 750px;
  background-color:var(--bg-color);
  border-width: 1px;
  border-bottom-width: 0px;
  border-style: solid;
  border-color: white;
}

#plant {
  display: inline-block;
  background-color: var(--bg-color);
  position: absolute;
  right: 0;
  bottom: var(--negative-border);
  border: var(--border-size) solid var(--border-color);
  border-bottom: none;
  cursor: url("https://bridget.neocities.org/graphics/paint-brush-cursor2.png"), auto;
}


nav {
  float: left;
  clear: both;
  display: block;
  padding: 0;
  width: var(--nav-width);
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

nav li {
  border: var(--border-size) solid var(--border-color);
  margin: var(--negative-border) -3px;
  padding: 5px 10px;
  background-color: #f7b7b4;
  cursor: url("https://bridget.neocities.org/graphics/paint-brush-cursor2.png"), auto;
}


#activetab {
  background-color: var(--bg-color);
  border-right: none;
}
.icons {
  padding: 0;
}
.buttons {
  padding: 0;
}
.buttons img {
  margin-bottom: -4px;
}

a:link, a:visited, a:hover {
  cursor: url("https://bridget.neocities.org/graphics/paint-brush-cursor2.png"), auto;
  color: black;
  text-decoration: none;
}

a:hover {
  color: blue;
}



:active {
  cursor: url("https://bridget.neocities.org/graphics/paint-brush-cursor2.png"), auto;
}
/* ===== Scrollbar ===== */
/* Firefox */
* {
  scrollbar-color: var(--scrollbar-fg) var(--scrollbar-bg);
}

/* Chrome/Edge/Safari */
*::-webkit-scrollbar-track {
  background: var(--scrollbar-bg);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-fg);
}

.mousetrail {
  position: absolute;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  animation: 5s infinite alternate linear colors;
  pointer-events: none;
}

@keyframes colors {
  12.5% { background-color: #558de9; }
  25%   { background-color: #6ebcd5; }
  37.5% { background-color: #a5d2d1; }
  50%   { background-color: #fdd5d5; }
  62.5% { background-color: #ffeee9; }
  75%   { background-color: #ffaca6; }
  87.5% { background-color: #f8c5c8; }
  100%  { background-color: #fdd5d5; }
}

#bottomcredits {
  width: 750px;
  border: var(--border-size) solid;
  border-color: white;
  background-color: var(--bg-color);
  text-align: center;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 13px;
  font-family: "PixelOperator", monospace;
  font-size: 16px;
  color: black;
}

#bottomcredits a {
  color: black;
}

#art{
  display: flex;
  margin: 0;
}
#art .column {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin: 0;
}

.columnthirds {
  width: 33%;
}

#art img{
  width: 96%;
  margin: 0%;
  border-width: 1px;
  border-color: black;
  border-style: solid;
}

.hoverimage {
  cursor: url("https://bridget.neocities.org/graphics/paint-brush-cursor2.png"), auto;
}



