@import url("https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=UnifrakturMaguntia&display=swap");
@import url("https://fonts.googleapis.com/css?family=Dancing+Script&display=swap");
@import url("https://fonts.googleapis.com/css?family=Sedan+SC&display=swap");

* {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #000;
  border: 1px inset #7a0000;
  border-radius: 10px;
}

::selection {
  color: #fff;
  background: #000;
}

body {
  background: url(/oc-notebook/images/mc-profile-bg.jpeg) center repeat;
  background-attachment: fixed;
  background-size: contain;
  font-family: century gothic;
  font-size: 16px;
  color: #555;
  position: relative;
  width: 1000px;
  height: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a {
  text-decoration: none;
  color: red;
}

a:hover {
  color: white;
  text-shadow: 1px 0px red, -1px 0px red, 0px 1px red, 0px -1px red, 0 0;
  transition: 0.3s;
}

.container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-auto-columns: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "profile";
  width: 1000px;
  height: 900px;
  margin: auto;
  border-radius: 20px;
  background: #00000090;
  padding: 20px;
  border: 4px double black;
}

.profile {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 0.4fr 1.6fr 1fr;
  gap: 10px 10px;
  grid-auto-flow: row;
  grid-template-areas:
    "splash header header"
    "splash info info"
    "moosic info info";
  grid-area: profile;
  width: 875px;
  height: 875px;
  margin: 0 auto;
}

.splash {
  grid-area: splash;
  background: url(https://i.ibb.co/HrwQyJK/80800663-qcv6-KFJIxohp0-PX.png)
    center;
  background-size: cover;
  border: ridge black;
  border-radius: 50% 50% 5px 5px;
}

.splash p {
  font-family: "Sedan SC", serif;
  text-align: center;
  margin-top: 500px;
  letter-spacing: 2px;
  font-size: 18px;
  color: white;
  text-shadow: 1px 0px red, -1px 0px red, 0px 1px red, 0px -1px red, 0 0;
  background: #520b0b90;
}
.header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 20px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "title title title"
    "title title title"
    "nav nav nav";
  grid-area: header;
}

.title {
  grid-area: title;
  background: url(/oc-notebook/images/halloween-banner.png);
  border-radius: 10px;
  text-align: center;
  color: white;
  font-family: "Dancing Script", cursive;
  font-size: 25px;
  letter-spacing: 1px;
  padding: 5px;
  border: ridge black;
}

.title p {
  margin-top: 50px;
  text-shadow: 1px 0px red, -1px 0px red, 0px 1px red, 0px -1px red, 0 0;
}

.nav {
  grid-area: nav;
  background: linear-gradient(
    180deg,
    rgba(139, 0, 0, 1) 0%,
    rgba(106, 0, 0, 1) 34%,
    rgba(0, 0, 0, 1) 100%
  );
  border-radius: 10px;
  padding: 10px;
  height: 50px;
  text-align: center;
  font-family: "Sedan SC", serif;
  font-size: 20px;
  border: ridge black;
}

.nav a {
  font-size: 16px;
  color: white;
  text-decoration: none;
}

.nav a:hover {
  color: red;
  font-family: "UnifrakturMaguntia", system-ui;
  font-weight: 400;
  font-size: 20px;
  text-shadow: 1px 0px white, -1px 0px white, 0px 1px white, 0px -1px white, 0 0;
}

.nav a:after {
  content: "✧";
  margin-left: 5px;
}

.info {
  grid-area: info;
  overflow: auto;
  border: ridge black;
  padding: 75px 25px;
  background: url(/oc-notebook/images/mc-lace-by-sushi_pixels.png)
      repeat-x,
    white;
}

.moosic {
  grid-area: moosic;
  border: ridge black;
  padding: 20px;
  text-align: center;
  background: white;
  overflow-y: auto;
  overflow-x: hidden;
}

footer {
  text-align: center;
  color: white;
  text-shadow: 1px 0px darkred, -1px 0px darkred, 0px 1px darkred,
    0px -1px darkred, 0 0;
}

footer a {
  text-shadow: 1px 0px white, -1px 0px white, 0px 1px white, 0px -1px white, 0 0;
}

footer a:hover {
  font-family: "UnifrakturMaguntia", system-ui;
  font-weight: 900;
  font-size: 24px;
}

.quote {
  font-family: "Cedarville Cursive", cursive;
  font-size: 20px;
  text-align: center;
  color: black;
  text-shadow: 11px 5px 6px rgba(111, 111, 111, 0.8);
}

h1 {
  font-family: "UnifrakturMaguntia", system-ui;
  font-size: 50px;
  color: white;
  text-shadow: 1px 0px darkred, -1px 0px darkred, 0px 1px darkred,
    0px -1px darkred, 0 0;
  pointer-events: none;
  letter-spacing: 3px;
  transform: rotate(270deg);
  margin-top: -1000px;
  margin-bottom: 50px;
}

h2 {
  font-family: "Sedan SC", serif;
  font-size: 25px;
  letter-spacing: 5px;
  text-align: right;
  padding: 5px;
  border-radius: 5px;
  background: linear-gradient(
    180deg,
    rgba(139, 0, 0, 1) 0%,
    rgba(106, 0, 0, 1) 34%,
    rgba(0, 0, 0, 1) 100%
  );

  color: white;
  box-shadow: 5px 5px 5px gray;
}

h3 {
  margin-top: -10px;
  text-align: center;
  font-family: "UnifrakturMaguntia", system-ui;
  font-size: 30px;
  color: white;
  background: linear-gradient(
    180deg,
    rgba(139, 0, 0, 1) 0%,
    rgba(106, 0, 0, 1) 34%,
    rgba(0, 0, 0, 1) 100%
  );

  border-radius: 5px;
  padding: 2px;
  text-shadow: 1px 0px darkred, -1px 0px darkred, 0px 1px darkred,
    0px -1px darkred, 0 0;
  box-shadow: 5px 5px 5px gray;
}

.boxbreak {
  font-family: "Sedan SC", serif;
  font-size: 25px;
  letter-spacing: 5px;
  color: white;
  text-align: right;
  padding: 5px;
  border-radius: 5px;
  background: linear-gradient(
    180deg,
    rgba(139, 0, 0, 1) 0%,
    rgba(106, 0, 0, 1) 34%,
    rgba(0, 0, 0, 1) 100%
  );

  box-shadow: 5px 5px 5px gray;
}

thead {
  font-family: "UnifrakturMaguntia", cursive;
  text-shadow: 1px 0px #fff, -1px 0px #fff, 0px 1px #fff, 0px -1px #fff, 0 0;
}

th {
  background: darkred;
}

li {
  margin-bottom: 10px;
  list-style: none;
}

li:before {
  padding-right: 15px;
  content: "✧";
}

.ships {
  border: 2px ridge black;
  box-shadow: 3px 3px 3px gray;
  border-radius: 15px;
  height: 150px;
  width: 150px;
}
.galleryhdr {
  font-family: "Sedan SC", serif;
}

figure {
  display: inline-block;
  align-items: flex-start;
  margin: 1px;
}

figure img {
  height: 100px;
  border: 1px solid #666;
  border-radius: 5px;
}

figure figcaption {
  width: 100px;
  background: linear-gradient(
    180deg,
    rgba(139, 0, 0, 1) 0%,
    rgba(106, 0, 0, 1) 34%,
    rgba(0, 0, 0, 1) 100%
  );

  font-size: 12px;
  color: white;
  border-radius: 5px;
}
