body {
  background-image: url("/img/backgrounds/ditherocean2.png");
  background-color: black;
  background-size: cover;
  background-attachment: fixed;
  font-family: "Ms UI Gothic";
  font-size: 14px;
  color: #4886b0;
  cursor: url("/img/cursor/buncursor.png"), auto;
    
}

a:hover, button:hover {
    cursor: url('/img/cursor/buncursor.png'), pointer;
}

mark { 
  background-color: #d3eef5;
  color: black;
}

::selection {
  color: #162336;
  background-color: #d3eef5;
}

a {
  color: #5d93b0;
  font-size: 20px;
  text-decoration-line: underline;
  text-decoration-style: wavy;
}

a:hover {
  font-style: italic;
}

.glasses {
  position: absolute;
  top: 350px;
  left: 100px;
  z-index: 1000;
}

.scarf {
  position: absolute;
  top: 660px;
  right: 100px;
}

.container {
  display: grid;
  place-items: center;
  padding-top: 100px;
  height: auto;
  width: 800px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  gap: 20px;
}

.innerimg {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 261px;
  width: 355px;
  background-color: white;
  border-color: #c8dde6;
  border-radius: 5px;
  border-width: 2px;
  border-style: outset;
  box-sizing: border-box;
  overflow: hidden;
}

.innerimg img{
  display: inline-block;
}

.border {
  place-items: center;
  display: grid;
  height: 320px;
  width: 500px;
  background-image: url("/img/backgrounds/lighttiles.png");
  border-color: #c8dde6;
  border-radius: 5px;
  border-width: 2px;
  border-style: outset;
  box-sizing: border-box;
  overflow: hidden;
  padding: 14px;  
}

.inner {
  display: grid;
  height: 100%;
  width: 100%;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(242, 245, 247, 1) 100%);
  border-color: #c8dde6;
  border-radius: 5px;
  border-width: 2px;
  border-style: inset;
  box-sizing: border-box;
  overflow: auto;
  padding: 8px;
}

.txt {
  display: grid;
  font-weight: bold;
  position: absolute;
  top: 130px;
  left: 590px;
  gap: 8px;
}

.txt a{
  font-weight: bold;
}

.txtbutton {
  display: grid;
  place-items: center;
  background: #a2e2f2;
  background: linear-gradient(180deg, rgba(162, 226, 242, 1) 0%, rgba(91, 198, 222, 1) 47%, rgba(247, 243, 240, 1) 100%);
  border-color: #85b3cc;
  border-style: outset;
  border-width: 2px;
  border-radius: 5px 5px 5px 5px;
  width: 110px;
  height: 30px;
  font-size: 18px;
  font-weight: bold;
}

.txtbutton a{
  color: #2b445e;
  text-decoration: none;
  letter-spacing: normal;
}