
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: 
    radial-gradient(circle, rgba(87, 150, 217, 1) 0%, rgba(44, 40, 168, 1) 33%, rgba(26, 26, 43, 1) 100%);
   font-family: 'Mitra', "DotGothic16", "VT323", "Space Mono", sans-serif;
  font-size: 0.5cm;
  color: #d5dfe0;
  overflow-x: hidden;
  min-height: 100vh;
}

.gif-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://youwillneverknowwhy.neocities.org/images/bg3%20gif.gif") repeat;
  opacity: 0.3;
  pointer-events: none;
}


.sidewrapper{
  position:fixed;
  left:0;
  top:0;
  height:100%;
  z-index: 5;
}

.side1{
  background-color: #000;
  width:151px;
  height:100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 30px;
  font-family: "VT323", sans-serif;
  padding: 1.2rem 0 1.2rem 0;
  overflow: scroll;
  overflow-x: hidden;
}

.side2 {
    background-color: #000;
    opacity: 0.7;
    width: 50px;
    height: 100%;
}

.headerwrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 3;
}

.headerborder {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 25px;
}

.header {
    margin-left: 200px;
    font-size: 56px;
    padding-top: 3rem;
    line-height: 38px;
    font-family: 'Hind Silguri', sans-serif;
    text-shadow: 3px 3px 0px #373c42;
    color: #000;
}

.footerwrapper {
    width: 100%;
    background-color: #000;
    opacity: 0.7;
    height: 40px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.container {
    display: flex;
    flex-direction: column;
    padding: 3rem 3rem 5rem 3rem;
    gap: 1rem;
}

.box {
    background: rgba(255, 255, 255, 0.9);
    border: 5px ridge #C09657;
    margin-left: 200px;
    position: relative;
    z-index: 1;
}

.content {
    padding: 1rem;
}

.subheaders {
    background-color: #000;
    color: #fff;
    border-bottom: 3px ridge #C09657;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
}

.ywnkylogo {
    position: fixed;
    right: 1rem;
    top: 42%;
    width: 480px;
}

a {
    color: #97D9E9;
    text-decoration: none;
}

.side1 a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    font-weight: bold;
    text-shadow: none;
}

.side1 a:hover {
    font-weight: normal;
    text-shadow: 0 0 5px #fff;
    color: #97D9E9;
}

  
