body {
  background-image: url("https://i.pinimg.com/1200x/65/7b/30/657b30bc5a61fe0f343cad2595d3948f.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Courier New;
  color: white;
  overflow: hidden;
  z-index: 1;
  background-color: LightBlue;
}
#maincontainer {
margin: 0 auto;
margin-top: 40px;
margin-bottom: 40px;
width: 720px;
height: 600px;
position: relative;
z-index: 4;
background-image: url('');
background-repeat: no-repeat;
background-size: cover;
border: 5px white solid;
border-radius: ;
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 {
width: 550px;
height: 1400px;
margin-top: 10px;
margin-left: 75px;
background-color: #010415;
padding: 10px;
border-radius: 15px;
}
#notice {
  width: 200px;
}

#p {
text-align: justify;
}
h1 {
  font-size: 16px;
}
h2 {
  font-size: 16px;
}

/* dividers */

/* images */

#staircase {
  width: 400px;
  position: absolute;
  margin-left: 800px;
  margin-top: 200px;
  z-index: 10;
}

            /* 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;
}
#navbar2 {
  position: absolute;
  right: 20px;
}
.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;
}

#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;
}
