body {
  background-image: url("");
  background-repeat: ;
  background-size: ;
  font-family: Garamond;
  color: white;
  overflow: hidden;
  z-index: 1;
  background-color: #213649;
}
#canvas {
  margin: 0 auto;
margin-top: 20px;
margin-left: 250px;
width: 720px;
height: 580px;
position: absolute;
background: white;
z-index: 2;
}
#maincontainer {
margin: 0 auto;
margin-top: 40px;
margin-bottom: 40px;
width: 720px;
height: 1500px;
position: relative;
padding: 10px;
z-index: 4;
background-image: url('https://i.pinimg.com/736x/10/3f/f6/103ff67d8f27e75680381e7a3e67f156.jpg');
background-repeat: no-repeat;
background-size: 100%;
border: 5px white solid;
background-color: #213649;
overflow: scroll;
}

#header {
background-image: url('');
background-size: cover;
background-repeat: no-repeat;
width: 100%;
position: relative;
height: 150px;
z-index: 5;
overflow: hidden;
border-top-right-radius: 15px;
border-top-left-radius: 15px;
}
#name {
font-family: 'Fighter Attack-Personal Use';
font-size: 35px;
color: white;
padding: 50px;
}
#main {
height: 200px;
margin-top: 10px;
background-color: ;
}

#p {
text-align: justify;
}

th, td {
  padding: 3px;
  font-size: 22px;
  background-color: #010415;
}
table {
  width: 500px;
}
label {
  
}
#notice {
  width: 250px;
}

/* dividers */
#lace {
  position: absolute;
  left: -10px;
  z-index: 1;
}
#lace2 {
  position: absolute;
  left: 390px;
  z-index: 1;
}
#lace3 {
  position: absolute;
  left: 800px;
  z-index: 1;
}

/* images */
#staircase {
  width: 400px;
  position: absolute;
  margin-left: 800px;
  margin-top: 200px;
  z-index: 10;
}
.book {
  height: 185px;
  object-fit: cover;
}
#navbardecoration {
  width: 50px;
  position: absolute;
}
#navbardecoration2{
  width: 50px;
  position: absolute;
  rotate: -90deg;
  margin-top: -50px;
}

            /* navigation section!! */
#navbar {
  margin-top: 100px;
  margin-left: 20px;
  position: absolute;
  background: #010415;
  border: 1px white solid;
  width: 170px;
}
.button-link {
    display: block;
    background: #010415;
    color: white;
    text-decoration: none;
    margin-top: 0px;
    padding: 0.35em 0.5em;
    border-radius: 2px;
    text-align: center;
    width: 150px;
    font-weight: 800;
}
#navbar2 {
  position: absolute;
  right: 5px;
}
.button-link2:hover {
    background: LightBlue;
}
.button-link2 {
    display: block;
    background: #010415;
    color: white;
    text-decoration: none;
    margin: 0.5em 0;
    padding: 0.35em 0.5em;
    border-radius: 2px;
    text-align: center;
    width: 200px;
}
  
.button-link:hover {
    background: LightBlue;
}

.button {
  position: relative;
    background: #010415;
    color: white;
    text-decoration: none;
    margin-top: 0px;
    padding: 0.35em 0.5em;
    border-radius: 2px;
    text-align: center;
    width: 150px;
}
.button:hover {
  background: LightBlue;
}
summary {
  display: block;
}

#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: left;
}
h2 {
  font-family: ;
  font-size: 20px;
  text-align: center;
}
