@import url(https://fonts.bunny.net/css?family=lxgw-wenkai-mono-tc:300);
@import url(https://fonts.bunny.net/css?family=cherry-swash:400);

* {
  margin: 0;
}

body {
  background-image: url("./assets/p6.png");
  font-family: "LXGW WenKai Mono TC", monospace;
  font-size: 0.8em;
  height: 100vh;
  color: #2a2929;
  overflow-x: hidden;
}

/* CONTAINER */

.container {
  background-color: rgb(255, 255, 255, 0.75);
  width: 60%;
  height: 100%;
  margin: auto;
  border-left: 1px dashed black;
  border-right: 1px dashed black;
}

/* TITLE */

.title {
  font-size: 3em;
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffd1dc;
  letter-spacing: 2px;
  text-align: center;
  padding: 10px;
}

/* NAVIGATION */
.nav {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
}

.nav li {
  display: inline;
}

.nav a {
  text-decoration: none;
  font-weight: bold;
  color: rgb(86, 86, 86);
  letter-spacing: 1px;
}

.nav a:hover {
  color: #000;
  font-style: italic;
  cursor: default;
}

.nav-link {
  border: 1px solid black;
  border-radius: 10px;
  padding: 5px;
  background-color: #FFF;
}


/* CONTENT */

.content {
  padding: 15px;
}

.content h1,
footer h1 {
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffd1dc;
  font-weight: normal;
  text-transform: lowercase;
  margin-top: 10px;
}

.content p {
  padding: 5px;
  text-transform: lowercase;
}

b {
  color: #ffd1dc;
}

a {
  text-decoration: none;
  color: #2a2929;
  font-weight: bold;
}

a:hover {
  color: #ffd1dc;
  font-style: italic;
}

/* GHOSTIE */

.ghostie {
  width: 100px;
  border: 1px solid #2a2929;
  float: left;
  margin-right: 5px;
}

/* CURSOR */

/* Start https://www.cursors-4u.com */
* {
  cursor: url(https://cur.cursors-4u.net/nature/nat-9/nat840.ani), url(https://cur.cursors-4u.net/nature/nat-9/nat840.png), auto !important;
}

/* End https://www.cursors-4u.com */