@font-face {
 src: url("https://files.catbox.moe/yf8z7a.otf");
 font-family: IITM;
}

@font-face {
 src: url("https://files.catbox.moe/l0v5r2.ttf");
 font-family: typewriter;
}

@font-face {
 src: url("https://files.catbox.moe/dixfe0.ttf");
 font-family: typewriter;
 font-weight: bold;
}

@font-face {
 src: url("https://files.catbox.moe/93p4es.ttf");
 font-family: typewriter;
 font-weight: lighter;
}

@font-face {
 src: url("https://files.catbox.moe/mu1ev8.ttf");
 font-family: typewriter;
 font-style: italic;
}

html {
  cursor: url("https://www.rw-designer.com/cursor-view/1753.png"), auto;
}

a {
  cursor: url("https://www.rw-designer.com/cursor-view/1748.png"), auto;
}

body {
  background: black;
  margin: 0;
  color: white;
}

#rosarydeco {
  height: 37vw;
    position: absolute;
    left: -7vw;
    top: -13vw;
    transform: rotate(342deg);
}

nav {
  border-width: 6px;
  border-style: solid;
  border-image: url("https://file.garden/ZZ2PUl9MPilKgIvB/collection/borders/488ipm.png") 6 fill round;
  width: calc(100% - 8vw - 16vw);
  margin: 5vw 8vw 1vw 16vw;
  text-align: right;
}

main {
  border-width: 6px;
  border-style: solid;
  border-image: url("https://file.garden/ZZ2PUl9MPilKgIvB/collection/borders/488ipm.png") 6 fill round;
  margin: 0 20px;
  padding: 10px;
  font-family: typewriter;
}

h1:first-child {
      font-family: IITM;
    color: white;
    font-weight: normal;
    text-align: right;
    margin: 0;
    font-size: 9.6vw;
    margin-top: -4vw;
    margin-right: -2vw;
    text-shadow: 0px 0px 14px #4e84ba, -3px 3px 5px #2d4760;
}

#DISCLAIMER {
 background: linear-gradient(#434343, #000000 90%);
    margin: 0 10px 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: inset 0 0 4px lightslategray;
    font-family: typewriter;
}

#DISCLAIMER p {
  font-size: 1.5vw;
  margin:0;
  color:lightgray;
}

