header {
    background-color: #242124;
    width: 95%;
    font-family: evangeliontcc;
    color: #c7c0eb;
    padding-left: 15px;
    padding-bottom: 1px;
    border-style: solid;
    border-color: #c7c0eb;
    border-width: 10px;
}
.home {
	background-color: #242124;
    width: 75%;
    font-family: 'Courier New', Courier, monospace;
    color: #c7c0eb;
    padding-bottom: 1px;
    border-style: solid;
    border-color: #c7c0eb;
    border-width: 10px;
    text-align: center;
    align-self: center;
}
body {
    background-color: #242124;
    font-family:monospace;
    font-size: 18px;
}
h1 {
    font-family: 'Courier', monospace;
    font-size: 36px;
}
h2 {
    font-family: 'Courier', monospace;
    font-size: 20px;
}
p {
    font-family: Monospace;
}
.sidenav {
	position: -webkit-sticky;
	position:sticky;
	top: 10px;
    background-color: #c7c0eb;
    border-style: solid;
    border-color: #0a0138;
    border-width: 5px;
    color: #1e0c40;  
    width: 110px;
    height: 105%;
    margin-top: 10px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 30px;
    margin-right: 10px;
}
.main {
    width: 80%;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-style: groove;
    border-color: #87ceeb;
    border-width: 7px;
    background-color: #fae6f2;
}
.addbook {
    width: 80%;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-style: groove;
    border-color: #87ceeb;
    border-width: 7px;
    background-color: #c7c0eb;
}
.writing {
    width: 60%;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-style: groove;
    border-color: #87ceeb;
    border-width: 7px;
    background-color: #fae6f2;
}
.box {
	display: flex;
	justify-content: flex-start;
}
.subbox {
	border: 0;
	background: 0;
	width: 90%;
}
button {
	padding: 5px;
    border-style: groove;
    border-color: #87ceeb;
    border-radius: 10px;
    border-width: 3px;
    background-color: white;
    font-family: Monospace;
    font-size: 12px;
    font-weight: bold;
}
input {
	padding: 5px;
    border-style: groove;
    border-color: #87ceeb;
    border-radius: 10px;
    border-width: 3px;
    background-color: white;
    font-family: Monospace;
    font-size: 12px;
}
textarea {
	padding: 5px;
    border-style: groove;
    border-color: #87ceeb;
    border-radius: 10px;
    border-width: 3px;
    background-color: white;
    font-family: Monospace;
    font-size: 12px;
}
time {
	padding-top: 16px;
	font-size: 16px;
	font-weight: bold;
}
img {
    margin-top: 20px;
    border-style: groove;
    border-color: white;
    border-radius: 30px;
    border-width: 7px;
    width: 80%;
}
iframe {
    border-style: inset;
    border-color: red;
    border-radius: 15px;
    border-width: 7px;
}
blockquote {
    border-style: inset;
    border-color: red;
    border-radius: 15px;
    border-width: 7px;
}
footer {
    border-style: dotted none none none;
    width: 100%;
    border-color: #0a0138;
    background-color: #fae6f2;
    margin-top: 50px;
    align-items: center;
    text-align: center;
}
footer:img {
    border-style: hidden;
    border-radius: 0px;
}
a {
    font-family: Monospace;
}
a:link {
    color: #2c3a6e;
}
a:visited {
    color: #787878;
}
a:hover {
    color: black;
    background-color: white;
}