@font-face {
  font-family: h1-font;
  src: url('fonts/TheyPerished.ttf');
}

@font-face {
  font-family: h2-font;
  src: url('fonts/BAD GRUNGE.ttf');
}

@font-face {
  font-family: h3-font;
  src: url('fonts/BAD GRUNGE.ttf');
}

@font-face {
  font-family: p-font;
  src: url('fonts/Ticketing.ttf');
}

@font-face {
  font-family: title;
  src: url('fonts/HighStyle.ttf');
}

body {
  background: white;
  color: #ff0099;
  margin: 0;
  font-family: sans-serif;
}

header {
  margin: 1rem 0;
  text-align: center;
  font-size: 6rem;
  font-family: title;
  letter-spacing: 2px;
}

.layout {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px 1fr 250px;
  gap: 20px;
  padding: 0 20px;
}

/* columns */
.nav,
.content,
.chatbox {
  min-height: 500px;
}

/* nav */
.nav {
  border: 3px solid #ff0099;
  padding: 15px;
}

.nav a {
  display: block;
  background: #ff0099;
  color: white;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  font-weight: bold;
}

/* main */
.content {
  border: 5px double #ff0099;
  padding: 20px;
}

/* chatbox */
.chatbox {
  border: 3px dashed #ff0099;
  background: #ff0099;
}

hr {
  border: 1px dashed #ff0099;
}

/* text */
p {
  font-family: p-font;
}

h1 {
  font-family: h1-font;
  font-size: 60px;
  margin: 15px 0;
}

h3 {
  font-family: h3-font;
  font-size: 4rem;
  letter-spacing: 5px;
  text-align: center;
  margin: 10px 0;
}

/* shrimp */
.shrimp {
  position: fixed;
  bottom: 10px;
  right: 10px;
  height: 180px;
  opacity: 0.9;
  pointer-events: none;
}

.shrimp img {
position: fixed;
    right: 0px;
    bottom: 1px;
    z-index: -1;
    width: 10rem;
}
