* {
    margin: 0;
    padding: 0;
}
body {
    cursor: url('https://www.rw-designer.com/cursor-view/65034.png'), auto;
}
.header {
    width: 100%;
    height: 150px;
    background-color: blue;
    margin: 0;
    padding: 0;
    align-content: center;
    background-image: url('https://i.pinimg.com/originals/e6/00/d1/e600d1f3745b0283bf5ce564fc24b076.gif');
    background-repeat: no-repeat;
    background-size: cover;
}
.nav {
    width: 100%;
    height: 70px;
    background-color: #323d38;
    align-content: center;
}
.maincontent {
    background-image: url('https://frutigeraeroarchive.org/images/wallpapers/asadal_stock/asadal_stock_139.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    margin-bottom: 0;
}
.body {
    width: 900px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    gap: 10px;
    padding: 15px;
}
h1 {
    font-size: 100px;
    color: white;
    text-align: center;
    font-family: Minecraft;
    text-shadow: 5px 5px #323d38;
    padding-bottom: 10px;
}
.navli {
    display: inline;
    margin-left: 30px;
    font-size: 20px;
    color: white;
}
.nava:link{
    color: white;
    text-decoration: solid;
    font-family: Minecraft;
}
.nava:visited{
    color: white;
    text-decoration: solid;
    font-family: Minecraft;
}
.nava:hover{
    color: #bacabc;
    text-decoration: solid;
    font-family: Minecraft;
}
.sidebar{
    width: 30%;
    padding: 10px;
    overflow-y: auto;
}
.main {
    width: 70%;
    padding: 20px;
    overflow-y: auto;
}
.mainsidebar {
    background-color: #F2F3F4;
    border-style: double;
    border-color: #323d38;
    border-width: 2px;
    border-radius: 15px;
    box-shadow: 5px 5px #323d38;
}
font-face {
    font-family: Minecraft; /* Name your font */
    src: url('https://jaythelion.neocities.org/Minecraft.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
p {
    font-family: Verdana, Tahoma, sans-serif;
    color: #424d46;
    margin-bottom: 10px;
    margin-top: 5px;
}
h2 {
    font-family: Minecraft;
    color: #323d38;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}
h3 {
    font-family: Minecraft;
    color: #323d38;
    text-decoration: underline;
    margin-bottom: 10px;
}
hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: #59b9d9 double 4px;
}
textarea {
    margin: auto;
    width: 100%;
}
button {
    width: 100%;
    height: 30px;
    margin-top: 3px;
    margin-bottom: 3px;
    align-self: center;
    font-family: Minecraft;
}
.socials:link {
    color: #3a5323;
    font-family: Minecraft;
    text-decoration: none;
}
.socials:hover {
    color: #6c8e25;
    font-family: Minecraft;
    text-decoration: underline;
}
.socials:visited {
    color: #3a5323;
    font-family: Minecraft;
    text-decoration: none;
}
blockquote {
    background: #e1dfdb;
    padding: 20px;
    margin: auto 5px;
    border-radius: 20px;
    font-family: Minecraft;
}
a:link {
    color: #6c8e25;
}
a:visited {
    color: #3a5323;
}
ul {
    list-style-type: disc;
    list-style-position: inside;
}