body {
  background-image: url('https://myresourceslol.carrd.co/assets/images/image02.jpg?v=4ebf9bf6');
  color: white;
  font-family: "Garamond (serif)";
  background-attachment: fixed;
  background-repeat: repeat;
  font-size: 16.5px;
  font-weight: 420;
  width: 100%;
}
#maincontainer {
  margin: 0 auto;
  width: 700px;
  height: 3000px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
#header {
width: 100%;
position: relative;
height: 140px;
z-index: 5;
overflow: hidden;
}
#name {
  font-family: 'Fighter Attack-Personal Use';
  font-size: 35px;
  color: white;
  position: absolute;
  margin-left: 10px;
  z-index: 13;
  bottom: 0;

}
#main {
margin: 0 auto;
width: 650px;
margin-top: 10px;
background-color: #010415;
padding: 10px;
border-radius: 15px;
border: 6px white solid;
position: relative;
}
#notice {
  width: 200px;
}

#p {
text-align: justify;
}
h1 {
  font-size: 16px;
  text-shadow: -2px 0 #304795, 0 2px #304795, 2px 0 #304795, 0 -2px #304795;
}
h2 {
  font-size: 16px;
}

/* dividers */
#decoration {
  position: relative;
  right: 4px;
}
#decoration2 {
  position: relative;
  right: 10px;
}
/* images */


            /* navigation section!! */
#navbar {
  margin-top: 100px;
  left: 60px;
  position: fixed;
  border: 1px white solid;
  border-radius: 6px;
  width: 170px;
  overflow: hidden;
  font-size: 15px;
}
.button-link {
    display: block;
    background: #010415;
    color: white;
    text-decoration: none;
    margin-top: 0px;
    padding: 0.35em 0.5em;
    text-align: center;
    width: 150px;
    font-weight: 800;
}
.button-link:hover {
    color: #304795;
}

#navbar2 {
  background: #010415;
  position: fixed;
  right: 70px;
  top: 250px;
  border: 1px white solid;
  width: 150px;
  overflow: hidden;
  padding-top: 5px;
  font-size: 15px;
}
.button-link2 {
  display: block;
  color: white;
  text-decoration: none;
  margin-top: 0px;
  padding: 0.35em 0.5em;
  border-radius: 2px;
  text-align: center;
  font-weight: 800;
}
.button-link2:hover {
    color: #304795;
}

#footer {
padding-top:3em;
margin-left:150px;
margin-right:100px;
}

/*hidden scrollbar*/
html {
overflow: scroll;
overflow-x: hidden;
}
::-webkit-scrollbar {
width: 0; /* remove scrollbar space */
background: transparent; /* to make scrollbar invisible */
}
::-webkit-scrollbar-thumb {
background: transparent;
}

h1 {
  font-family: ;
  font-size: 20px;
  text-align: center;
}

@font-face {
font-family: 'Fighter Attack-Personal use';
src: url(fonts/FighterAttack.ttf);
}