#main {
    margin-right: 7%;
    width: 70%;
}
#nav {
    background-color: black;
    padding: 1%;
    height: 100%;
    position: fixed;
	border-right: 33px solid transparent;
	border-image: url("/border/crown-lacew.png") 44 round;
	background-clip: padding-box;
	border-image-outset: 0px;
}
#line {
    position: absolute;
    top: 6%;
    left: 40%;
}
#title a h2 {
    transition: 1s;
    text-align: center;
    font-family: Hangyaku;
}
#title a:hover h2 {
    color: white;
}
#buttons {
    top: 5%;
    left: 69%;
    text-align: center;
}
#buttons a {
    color: #988598;
}
#buttons a:hover {
    color: white;
}
h2 img {
    position: absolute;
    top: 21%;
    left: 45%;
}
.navbutton img {
    visibility: hidden;
    opacity: 0;
    transition: 1s;
    position: absolute;
    top: 30%;
}
.navbutton:hover img {
    opacity: 100%;
}
.navbutton {
    font-family: Minster;
    font-size: 1.5em;
    padding: 0 2%;
    transition: 1s;
    width: fit-content;
}
.tooltiptext {
    visibility: hidden;
    opacity: 0%;
    top: 30%;
    color: #988598;
    position: absolute;
    z-index: 2;
    transition: 1s;
    font-family: Hangyaku;
    font-size: 0.8em;
}
.navbutton:hover .tooltiptext {
  opacity: 100%;
}